WebHost: allow /tutorial and /tutorial/
This commit is contained in:
parent
6dc2000638
commit
4aeb3cd3dc
|
@ -138,7 +138,7 @@ def tutorial(game, file, lang):
|
|||
return render_template("tutorial.html", game=game, file=file, lang=lang)
|
||||
|
||||
|
||||
@app.route('/tutorial')
|
||||
@app.route('/tutorial/')
|
||||
def tutorial_landing():
|
||||
return render_template("tutorialLanding.html")
|
||||
|
||||
|
|
Loading…
Reference in New Issue