Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmatias committed Nov 9, 2023
1 parent 464475c commit be5d071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/resource_ai_asset_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_resource_content(identifier: str, distribution_idx: int, default: bool =
)
}
if encoding_format:
headers.update({"Content-Type": encoding_format})
headers["Content-Type"] = encoding_format

return Response(content=content, headers=headers)

Expand Down

0 comments on commit be5d071

Please sign in to comment.