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
Looks like there is a stub for the server, so that require path may not be an issue.
And yes, #11 looks like a fix for this. Though the existing example response body is also bit weird, and the value logged to the console isn't actually right.
The docs currently suggest setting up a mapping like this:
But the test server looks up mapping entries using the HTTP method plus the url path:
The require path for the test server also appears to be wrong.
The text was updated successfully, but these errors were encountered: