diff --git a/dictation_server/src/features/users/users.controller.ts b/dictation_server/src/features/users/users.controller.ts index 034edf9..473c578 100644 --- a/dictation_server/src/features/users/users.controller.ts +++ b/dictation_server/src/features/users/users.controller.ts @@ -138,7 +138,7 @@ export class UsersController { async getUsers(@Req() req: Request): Promise { const accessToken = retrieveAuthorizationToken(req); console.log(req.ip); - console.log(req.headers['X-Forwarded-For']); + console.log(req.headers['x-forwarded-for']); if (!accessToken) { throw new HttpException(