From 922bf31839d7ace51958ca991754d38dca9f35e2 Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Tue, 5 Nov 2024 11:16:21 +0530 Subject: [PATCH] chore: Minor housekeeping --- apps/api/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/main.ts b/apps/api/src/main.ts index 2d85f88e..f0cc927a 100644 --- a/apps/api/src/main.ts +++ b/apps/api/src/main.ts @@ -85,7 +85,7 @@ async function initializeNestApp() { origin: [ 'http://localhost:3025', 'https://keyshade.xyz', - 'https://dashboard.keyshade.xyz' + 'https://platform.keyshade.xyz' ] }) app.use(cookieParser())