mirror of
https://github.com/Xevion/thedrank.com.git
synced 2025-12-09 10:08:57 -06:00
return proper render_template op
This commit is contained in:
@@ -5,4 +5,4 @@ import sys
|
||||
|
||||
@app.route('/')
|
||||
def index():
|
||||
render_template('index.html')
|
||||
return render_template('index.html')
|
||||
Reference in New Issue
Block a user