From dde28525e10113392988df5ebc45dbf82dc55089 Mon Sep 17 00:00:00 2001 From: vigdorov Date: Sun, 2 Aug 2020 00:03:42 +0300 Subject: [PATCH] HOT-FIX. CORS --- src/auth/auth.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)