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 🔧 //