test
This commit is contained in:
parent
1fa40b1905
commit
931db633e2
@ -9,11 +9,8 @@ import json
|
|||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
# # # Mount static files if needed (e.g. CSS, JS, images)
|
# app.mount("/static", StaticFiles(directory="app/static"), name="static")
|
||||||
app.mount("/static", StaticFiles(directory="app/static"), name="static")
|
# templates = Jinja2Templates(directory="app/templates")
|
||||||
|
|
||||||
# # Jinja2 template directory
|
|
||||||
templates = Jinja2Templates(directory="app/templates")
|
|
||||||
|
|
||||||
|
|
||||||
# api
|
# api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user