diff --git a/src/server/http/HttpServer.ts b/src/server/http/HttpServer.ts index 9aecf42..96e4f43 100644 --- a/src/server/http/HttpServer.ts +++ b/src/server/http/HttpServer.ts @@ -345,7 +345,7 @@ export const defaultHttpServerOptions: HttpServerOptions = { ...defaultBaseServerOptions, port: 3000, cors: process.env['NODE_ENV'] === 'production' ? undefined : '*', - jsonEnabled: true, + jsonEnabled: false, jsonHostPath: '/', jsonPrune: true