Skip to content

Commit

Permalink
feat: add admin origin
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Sep 8, 2024
1 parent 07e8310 commit c18c8a2
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'
allowedOrigins: 'http://localhost:3000,https://mafoo.kr,https://dev.mafoo.kr,https://gateway.mafoo.kr,https://gateway-dev.mafoo.kr,https://admin.mafoo.kr'
allow-credentials: true
allowedHeaders: '*'
allowedMethods: '*'
Expand Down

0 comments on commit c18c8a2

Please sign in to comment.