This commit is contained in:
TylerCG 2025-04-20 18:07:26 -04:00
parent 1fa40b1905
commit 931db633e2
2 changed files with 2 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -9,11 +9,8 @@ import json
app = FastAPI()
# # # Mount static files if needed (e.g. CSS, JS, images)
app.mount("/static", StaticFiles(directory="app/static"), name="static")
# # Jinja2 template directory
templates = Jinja2Templates(directory="app/templates")
# app.mount("/static", StaticFiles(directory="app/static"), name="static")
# templates = Jinja2Templates(directory="app/templates")
# api