Skip to content

Commit

Permalink
SQL-215 set proper content type on document scan fail
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Nov 15, 2023
1 parent ea6922a commit 568ba32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
(assoc (chain/terminate ctx)
:response
{:status 400
:headers {"content-type" "application/json"}
:body {:error
{:message
(format "Document scan failed, Error: %s"
Expand Down

0 comments on commit 568ba32

Please sign in to comment.