update
This commit is contained in:
parent
d530a01840
commit
90ee78dcf1
Binary file not shown.
@ -10,7 +10,7 @@ import json
|
||||
app = FastAPI()
|
||||
|
||||
app.mount("/static", StaticFiles(directory="/app/app/static"), name="static")
|
||||
templates = Jinja2Templates(directory="/app/templates")
|
||||
templates = Jinja2Templates(directory="/app/app/templates")
|
||||
|
||||
|
||||
# api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user