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.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user