This commit is contained in:
TylerCG 2025-04-20 18:40:57 -04:00
parent 5609ebf4cf
commit d530a01840
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ import json
app = FastAPI()
app.mount("/static", StaticFiles(directory="/app/static"), name="static")
app.mount("/static", StaticFiles(directory="/app/app/static"), name="static")
templates = Jinja2Templates(directory="/app/templates")