Skip to content

Commit

Permalink
fix(api): Update CORS settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent 18786d5 commit 4597eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ async function initializeNestApp() {
origin: [
'http://localhost:3025',
'https://keyshade.xyz',
'https://platform.keyshade.xyz',
'https://stage.platform.keyshade.xyz'
'https://app.keyshade.xyz',
'https://stage.app.keyshade.xyz'
]
})
app.use(cookieParser())
Expand Down

0 comments on commit 4597eea

Please sign in to comment.