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
Im not near a computer right now to check but from memory the docs are served by default from the root of the API definition, not the global root route.
So you need to go to 127.0.0.1:5000/api/1 because that is the url the blueprint is set to use for the API in that example. If you want to serve it from /, remove the url prefix from the blueprint definition.
Code
https://github.com/python-restx/flask-restx/blob/master/examples/todo_blueprint.py
Repro Steps (if applicable)
Expected Behavior
I ran this code, but I can't see the swagger screen, I just get a 404 error. Can I fix it?
Environment
The text was updated successfully, but these errors were encountered: