Remove commented code
This commit is contained in:
parent
1021a8db32
commit
cf15c7b54f
6
app.py
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user