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