-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endpoints Fail. #2
Comments
Hi, The basePath configured in swagger/indexer.yaml is "/1.0" so try GET http://localhost:9091/1.0/room |
This worked for me: http://localhost:9090/v1.0/ui/ @boumanb your url did not work for me. |
Apart from fixing the error as @JonnyDaenen mentioned,
swagger ui endpoint will be available at: I hope this heps someone |
I always receive same response, seems I'm not using right endpoint.
Response:
Endpoints I have tried:
POST http://localhost:9091/api/room
POST http://localhost:9091/api/room/
POST http://localhost:9091/room
POST http://localhost:9091/room/
Also I can't access to swagger UI.
Any idea?
The text was updated successfully, but these errors were encountered: