diff --git a/backend/rest_api.py b/backend/rest_api.py index 38478b3..1ac4d02 100644 --- a/backend/rest_api.py +++ b/backend/rest_api.py @@ -21,7 +21,7 @@ def handle_first_launched(): @app.get("/") -@app.get("/") +@app.get("/") def handle_get(url_path: str = "index.html") -> Response: """ Handle all get requests that are made.