miguelgrinberg / REST-auth

Example application for my RESTful Authentication with Flask article.
http://blog.miguelgrinberg.com/post/restful-authentication-with-flask
MIT License
921 stars 337 forks source link

404 Not found #13

Closed gen0924 closed 5 years ago

gen0924 commented 6 years ago

hello, i have installed the code using your way,all the procedure are successful ,but,when i run python api.py,and click the http://127.0.0.1:5000/ ,the web was not found,could you tell me how to solve the problem? thanks

miguelgrinberg commented 6 years ago

What's the output on your console when you run the application?

miguelgrinberg commented 5 years ago

Closing due to inactivity.