diff --git a/src/auth/auth.controller.ts b/src/auth/auth.controller.ts index 02048d6..ba5c87c 100644 --- a/src/auth/auth.controller.ts +++ b/src/auth/auth.controller.ts @@ -74,7 +74,7 @@ export class AuthController { } @Options([ - '', 'refresh', 'check' + '', '/refresh', '/check' ]) @Header(...ALLOW_ORIGIN_ALL) @Header(...ALLOW_METHOD)