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
I get a 404 Page Not Found for /api/v2/users/, while /v2/users/ works (but doesn't validate against the server, obviously).
To make things work I have to set the server as just / and move api to the path. Is that how it is supposed to work, or route autogeneration doesn't work right?
The text was updated successfully, but these errors were encountered:
I can't found an example that covers my case, so it may be me doing something wrong.
I've put this in pyramid config:
and in openapi.yaml file I have:
I get a 404 Page Not Found for
/api/v2/users/
, while/v2/users/
works (but doesn't validate against the server, obviously).To make things work I have to set the server as just
/
and moveapi
to the path. Is that how it is supposed to work, or route autogeneration doesn't work right?The text was updated successfully, but these errors were encountered: