diff --git a/main.py b/main.py index 497fc34..b5b0216 100644 --- a/main.py +++ b/main.py @@ -130,7 +130,7 @@ def websocket(ws): ws.send(json.dumps({"1": "Mathias"})) @app.route("/") -def index(): +def index_page(): return render_template("index.html") @app.route("/user/info", methods=["POST", "OPTIONS"])