1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2018-10-09 15:58:29 +02:00
parent b34c86b94c
commit 5ccda4cd93
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ def pre_request():
@app.route("/")
def page_owlcaptain():
return render_template("ohciaodinuovo.html")
return render_template("owlcaptain.html")
@app.route("/voiceofevil", methods=["POST"])