feat: get deal barcodes pdf

This commit is contained in:
2025-11-01 14:25:22 +04:00
parent ef657c4939
commit 80a74ac8e6
5 changed files with 82 additions and 9 deletions

View File

@ -13,7 +13,7 @@ def create_app() -> FastAPI:
separate_input_output_schemas=True,
default_response_class=settings.DEFAULT_RESPONSE_CLASS,
root_path=settings.ROOT_PATH,
lifespan=lifespan,
# lifespan=lifespan,
)
register_middlewares(app)