Open
Description
Code
https://github.com/python-restx/flask-restx/blob/master/examples/todo_blueprint.py
Repro Steps (if applicable)
- Run this code
- Get into 127.0.0.1:5000
- Get 404 Error
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
- Python version 3.10
- Flask version 3.0.3
- Flask-RESTX version 1.3.0
- Other installed Flask extensions