WebHost: allow /tutorial and /tutorial/

This commit is contained in:
Fabian Dill 2021-08-20 22:41:23 +02:00
parent 6dc2000638
commit 4aeb3cd3dc
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def tutorial(game, file, lang):
return render_template("tutorial.html", game=game, file=file, lang=lang) return render_template("tutorial.html", game=game, file=file, lang=lang)
@app.route('/tutorial') @app.route('/tutorial/')
def tutorial_landing(): def tutorial_landing():
return render_template("tutorialLanding.html") return render_template("tutorialLanding.html")