diff --git a/backend/src/app.py b/backend/src/app.py index a5fe15a..3614406 100644 --- a/backend/src/app.py +++ b/backend/src/app.py @@ -86,12 +86,6 @@ with app.app_context(): db.session.commit() -# Set up some routes for the example -@app.route('/api/') -def home(): - return {"Hello": "World"}, 200 - - @app.route('/api/login', methods=['POST']) def login(): """