8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc3d0a commit 42dcbacCopy full SHA for 42dcbac
app/api/v1/routes/xls_generator_routers.py
@@ -60,6 +60,7 @@ async def get_status_of_task_xlsx(
60
description=ReportGenerators.DOWNLOAD_XLSX,
61
summary=ReportGenerators.DOWNLOAD_XLSX,
62
responses={status.HTTP_404_NOT_FOUND: {"detail": "menu report not found"}},
63
+ response_class=FileResponse
64
)
65
async def download_xlsx_report_if_exists(
66
file_name: str, services: Services = Depends(service_stub)
0 commit comments