Fix configs

This commit is contained in:
2021-05-05 19:25:52 +02:00
parent a4d033195a
commit 0d9ff1c20d
7 changed files with 19 additions and 21 deletions

View File

@@ -126,7 +126,7 @@ export const http: ServerConfig = {
| to set the header explicitly.
|
*/
forceContentNegotiationToJSON: true,
forceContentNegotiationTo: 'application/json',
}
/*