Remove commented code

This commit is contained in:
Candifloss 2025-03-08 14:12:53 +05:30
parent 1021a8db32
commit cf15c7b54f

6
app.py
View File

@ -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)