Skip to main content

List all API routes in flask app

Open flask CLI :
$ python manage.py shell
List API Endpoints
 app.url_map

Comments