diff --git a/backend/rest_api.py b/backend/rest_api.py index fede101..d3c4106 100644 --- a/backend/rest_api.py +++ b/backend/rest_api.py @@ -22,7 +22,7 @@ def handle_first_launched(): @app.get("/") @app.get("/") -def handle_get(url_path: str = "index.html") -> Response: +def handle_get(url_path: str = "html/index.html") -> Response: """ Handle all get requests that are made. """ diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index 56a20ff..0000000 --- a/frontend/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - Login - - - - - -
-
- -
-

Sign In

-
- -
- - -
- -
-
- Forgot Password -
-
- Register -
-
- -
- -
- -
- -
- -
-
- - - - -