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
Currently, all endpoints live in app.py. Moving to Flask Blueprints will allow us to split the endpoints into multiple modules and manage them in a better way.
The text was updated successfully, but these errors were encountered:
Currently, all endpoints live in
app.py
. Moving to Flask Blueprints will allow us to split the endpoints into multiple modules and manage them in a better way.The text was updated successfully, but these errors were encountered: