Skip to content

Commit

Permalink
stick to Uppercase-First convention for HTTP headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed May 17, 2021
1 parent fc462fa commit a2acbb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class AllExceptionsFilter implements ExceptionFilter {
response
.status(status)
.header('Content-Type', 'application/json')
.header('content-disposition', 'inline')
.header('Content-Disposition', 'inline')
.json(errorDataForResponse);
}
}

0 comments on commit a2acbb1

Please sign in to comment.