Skip to content

Commit

Permalink
Merge pull request #93 from YAPP-Github/dev
Browse files Browse the repository at this point in the history
feat: add cors
  • Loading branch information
CChuYong authored Jan 5, 2025
2 parents 4080779 + c919677 commit d93e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
add-to-simple-url-handler-mapping: true
cors-configurations:
'[/**]':
allowedOrigins: 'http://localhost:3000,https://mafoo.kr,https://dev.mafoo.kr,https://gateway.mafoo.kr,https://gateway-dev.mafoo.kr,https://admin.mafoo.kr,https://mafoo-event-test.netlify.app,https://sumone-event.mafoo.kr'
allowedOrigins: 'http://localhost:3000,https://mafoo.kr,https://dev.mafoo.kr,https://gateway.mafoo.kr,https://gateway-dev.mafoo.kr,https://admin.mafoo.kr,https://mafoo-event-test.netlify.app,https://sumone-event.mafoo.kr,https://app.mafoo.kr'
allow-credentials: true
allowedHeaders: '*'
allowedMethods: '*'
Expand Down

0 comments on commit d93e6cd

Please sign in to comment.