From a3381cc54067e09a0e8d3e4589b9bb1bd95bfde2 Mon Sep 17 00:00:00 2001 From: jhbkjh Date: Thu, 30 Oct 2025 12:22:19 +0900 Subject: [PATCH] =?UTF-8?q?cors=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- participation-service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participation-service/src/main/resources/application.yml b/participation-service/src/main/resources/application.yml index 7ad3c96..44011c7 100644 --- a/participation-service/src/main/resources/application.yml +++ b/participation-service/src/main/resources/application.yml @@ -56,7 +56,7 @@ jwt: # CORS 설정 cors: - allowed-origins: ${CORS_ALLOWED_ORIGINS:http://localhost:3000,http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084,http://kt-event-marketing.20.214.196.128.nip.io} + allowed-origins: ${CORS_ALLOWED_ORIGINS:*} allowed-methods: ${CORS_ALLOWED_METHODS:GET,POST,PUT,DELETE,OPTIONS,PATCH} allowed-headers: ${CORS_ALLOWED_HEADERS:*} allow-credentials: ${CORS_ALLOW_CREDENTIALS:true}