Skip to content

Commit

Permalink
Merge pull request #37 from PBTP/fix/cors
Browse files Browse the repository at this point in the history
fix: global cors에 https://web-view.mgmg.life 추가
  • Loading branch information
emibgo2 authored Sep 29, 2024
2 parents f2fcfde + 543c6bc commit d0f9767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function bootstrap() {
app.enableCors({
origin: [
'https://mgmg.life',
'https://web-view.mgmg.life',
'http://localhost:8000',
'http://localhost:3000',
],
Expand Down

0 comments on commit d0f9767

Please sign in to comment.