Skip to content

Commit 3abd62d

Browse files
committed
HOTFIX: CORS 주소 추가
1 parent 337eaf1 commit 3abd62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/leets/X/global/config/SecurityConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public CorsConfigurationSource corsConfigurationSource() {
8383

8484
configuration.addAllowedOriginPattern("http://localhost:3000");
8585
configuration.addAllowedOriginPattern("https://43.203.226.98.nip.io");
86-
configuration.addAllowedOriginPattern("https://main.dr9bfn52wjqx9.amplifyapp.com");
86+
configuration.addAllowedOriginPattern("https://x-fe-a-kimjiwons-projects.vercel.app/");
8787
configuration.addAllowedOriginPattern("http://127.0.0.1:5500"); // HTML Live Server CORS 설정
8888
configuration.addAllowedMethod("*");
8989
configuration.addAllowedHeader("*");

0 commit comments

Comments
 (0)