Skip to content

Commit 949c9ec

Browse files
committed
♻️ set DEFAULT_LOCALE to de-DE
1 parent 3e6d5f1 commit 949c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middlewares/extract-header.middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NextFunction, Response } from 'express';
22
import { BridgeRequest } from '../models';
33

4-
const DEFAULT_LOCALE = 'en-GB';
4+
const DEFAULT_LOCALE = 'de-DE';
55

66
export function extractHeaderMiddleware(
77
req: BridgeRequest<any>,

0 commit comments

Comments
 (0)