You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a mock service path starts with a slash, we throw an exception.
Wouldn't it make sense to silently strip the /?
Or even consider /${serverRoot} or /${serverRoot}/${RESTRoot}?
The text was updated successfully, but these errors were encountered:
If a mock service path starts with a slash, we throw an exception.
Wouldn't it make sense to silently strip the
/
?Or even consider
/${serverRoot}
or/${serverRoot}/${RESTRoot}
?The text was updated successfully, but these errors were encountered: