Skip to content

Commit

Permalink
Make headers match
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Feb 28, 2024
1 parent ed47ab3 commit c90ecff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ async def unhandled_exception_handler(
HTTPException(
500,
"Internal server error",
headers={"X-Request-ID": correlation_id.get() or ""},
headers={"X-Tiled-Request-ID": correlation_id.get() or ""},
),
)

Expand Down

0 comments on commit c90ecff

Please sign in to comment.