diff --git a/backend/rest_api.py b/backend/rest_api.py index 08e112c..fede101 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.