Merge pull request #64 from ThomasRubini/doc

api docs
This commit is contained in:
Djalim Simaila 2023-01-16 23:48:24 +01:00 committed by GitHub
commit b95a68b698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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