diff --git a/app.py b/app.py index de5b752..8a86369 100644 --- a/app.py +++ b/app.py @@ -46,11 +46,5 @@ with app.app_context(): print(f"Database Error: Failed to create tables. {str(e)}") raise SystemExit("Database connection failed. Please check your configuration.") -""" -@app.route('/') -def index(): - return redirect('/viewall') -""" - if __name__ == '__main__': app.run(host='localhost', port=5000)