Skip to content

Commit

Permalink
change response class
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 29, 2024
1 parent 286cbb1 commit 2747e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/web/raw_studies_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def validate(
"/studies/{uuid}/raw/download",
summary="Download a matrix in a given format",
tags=[APITag.study_raw_data],
response_class=StreamingResponse,
response_class=FileResponse,
)
def get_matrix(
uuid: str,
Expand Down

0 comments on commit 2747e6b

Please sign in to comment.