test
This commit is contained in:
parent
f2177438ef
commit
0e8015565b
BIN
app/__pycache__/main.cpython-313.pyc
Normal file
BIN
app/__pycache__/main.cpython-313.pyc
Normal file
Binary file not shown.
@ -9,8 +9,8 @@ import json
|
|||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
||||||
app.mount("/static", StaticFiles(directory="app/static"), name="static")
|
# app.mount("/static", StaticFiles(directory="app/static"), name="static")
|
||||||
templates = Jinja2Templates(directory="app/templates")
|
templates = Jinja2Templates(directory="/app/app/templates")
|
||||||
|
|
||||||
|
|
||||||
# api
|
# api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user