asynchronous-porridger #49

Merged
dm1sh merged 25 commits from asynchronous-porridger into main 2023-09-13 22:46:16 +03:00
Showing only changes of commit 30cce3608a - Show all commits

View File

@ -30,7 +30,6 @@ app = FastAPI()
# Jinja2 - шаблоны
templates = Jinja2Templates(directory="./front/dist")
# хранение картинок для стихов
app.mount("/poem_pic", StaticFiles(directory = "./poem_pic"))
# создаем эндпоинт для хранения статических файлов