This commit is contained in:
Djalim Simaila 2023-01-16 23:46:59 +01:00
parent c21727bbd9
commit fd0711c19a

View File

@ -22,6 +22,10 @@ def licenses():
def legal():
return flask.render_template("legal.html")
@routes_ui.route("/docs")
def doc():
return flask.render_template("doc.html")
@routes_ui.route("/lobby")
def lobbyRedirect():
return flask.redirect("/")