HTTP exceptions added instead of True, False responces

This commit is contained in:
DmitryGantimurov 2023-09-12 00:31:53 +03:00
parent e6b34d684a
commit f74199b064

View File

@ -26,7 +26,6 @@ import os
from . import add_poems_and_filters, auth_utils, orm_models, pydantic_schemas
# создаем приложение Fastapi
app = FastAPI()