Skip to content

Commit

Permalink
feat: configure other environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sayinmehmet47 committed May 4, 2024
1 parent 82c2a05 commit 7be7a35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ app.use(
cors({
origin: [
'http://localhost:3000',
'https://kitapkurdu.xyz',
'https://www.kitapkurdu.xyz',
'https://dev.kitapkurdu.xyz',
'https://www.dev.kitapkurdu.xyz',
'https://staging.kitapkurdu.xyz',
'https://www.staging.kitapkurdu.xyz',
],
credentials: true,
})
Expand Down

0 comments on commit 7be7a35

Please sign in to comment.