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())