Skip to content

Commit

Permalink
fix(results): fix status code build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 25, 2024
1 parent e1c96ea commit 19e4816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/routers/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def upload_to_scratch(
@route(
request_method=results_router.put,
path="/upload",
status_code=status.HTTP_204_NO_CONTENT,
status_code=status.HTTP_200_OK,
service_url=gateway_settings.RESULTS_SERVICE_URL,
response_model=ResultsUploadResponse,
file_params=["file"],
Expand Down

0 comments on commit 19e4816

Please sign in to comment.