From 7e3e9da659f30398fd187728582b7762fa276d93 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 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.