From 4c6959601c3f9ce1b434f814c6a3a17f7d9f8bb7 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 26 Jul 2023 23:59:00 +0400 Subject: [PATCH] cors debug --- account/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/account/src/index.ts b/account/src/index.ts index f184fd1..73d7deb 100644 --- a/account/src/index.ts +++ b/account/src/index.ts @@ -15,6 +15,7 @@ const sameOriginCorsOpts = { methods: "GET,HEAD,PUT,PATCH,POST,DELETE", credentials: true, }; +console.log({ inProd }); const app = express(); // MIDDLEWARE AND SETUP 🔧 //