Skip to content

Commit

Permalink
Fix pydantic response model
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jul 12, 2024
1 parent 848e341 commit a90d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapporo/routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ async def get_run_outputs_list(
"/runs/{run_id}/outputs/{path:path}",
summary="DownloadRunOutput",
description="**sapporo-wes-2.0.0 extension:** Download a file in the outputs directory.",
response_model=FileResponse,
response_model=None, # FileResponse
)
async def get_run_outputs(
run_id: str,
Expand Down

0 comments on commit a90d52f

Please sign in to comment.