diff --git a/app/__pycache__/main.cpython-313.pyc b/app/__pycache__/main.cpython-313.pyc new file mode 100644 index 0000000..fdaacf5 Binary files /dev/null and b/app/__pycache__/main.cpython-313.pyc differ diff --git a/app/main.py b/app/main.py index 8101dad..ee3e8de 100644 --- a/app/main.py +++ b/app/main.py @@ -9,8 +9,8 @@ import json app = FastAPI() -app.mount("/static", StaticFiles(directory="app/static"), name="static") -templates = Jinja2Templates(directory="app/templates") +# app.mount("/static", StaticFiles(directory="app/static"), name="static") +templates = Jinja2Templates(directory="/app/app/templates") # api diff --git a/templates/index.html b/app/templates/index.html similarity index 100% rename from templates/index.html rename to app/templates/index.html