From feb568975706ced1129afd1121a3da60f7f93bd5 Mon Sep 17 00:00:00 2001 From: Kosh Date: Sun, 15 Oct 2023 22:42:01 +0530 Subject: [PATCH] Added compatibility for subfolders --- backend/rest_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.