Update app.py
parent
d29ca1219f
commit
82865c5b67
6
app.py
6
app.py
|
@ -15,9 +15,9 @@ def about():
|
||||||
def game():
|
def game():
|
||||||
return render_template('game.html')
|
return render_template('game.html')
|
||||||
|
|
||||||
@app.route("/link")
|
@app.route("/support")
|
||||||
def game():
|
def link():
|
||||||
return render_template('link.html')
|
return render_template('support.html')
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run(debug=True)
|
app.run(debug=True)
|
Loading…
Reference in New Issue