We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6d5f1 commit 949c9ecCopy full SHA for 949c9ec
src/middlewares/extract-header.middleware.ts
@@ -1,7 +1,7 @@
1
import { NextFunction, Response } from 'express';
2
import { BridgeRequest } from '../models';
3
4
-const DEFAULT_LOCALE = 'en-GB';
+const DEFAULT_LOCALE = 'de-DE';
5
6
export function extractHeaderMiddleware(
7
req: BridgeRequest<any>,
0 commit comments