Создал папки
This commit is contained in:
parent
76b0be1448
commit
f75d4d1055
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ app = FastAPI(
|
|||
tags=["Сервак для загрузки"],
|
||||
)
|
||||
|
||||
app.mount("/static", StaticFiles(directory="app/static"), name="static")
|
||||
app.mount("/static", StaticFiles(directory="static"), name="static")
|
||||
|
||||
|
||||
@app.post('/upload_avatar', response_model=dict[str, str])
|
||||
|
|
Loading…
Add table
Reference in a new issue