Skip to content

Commit

Permalink
update cors list
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Oct 8, 2023
1 parent 8628560 commit 748a153
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ async function bootstrap() {
origin: [
'http://localhost:8000',
'http://localhost:9000',
'https://poapper.com',
'https://dev.poapper.com',
'http://localhost:9001',
'https://poapper.club',
'https://dev.poapper.club',
],
credentials: true,
});
Expand Down

0 comments on commit 748a153

Please sign in to comment.