Skip to content

Commit c2bc362

Browse files
✨ chore: CORS 추가
1 parent 61d518d commit c2bc362

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/nitrogen/global/auth/config/WebSecurityConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public CorsConfigurationSource corsConfigurationSource() {
5858
"https://nitrogen18.store",
5959
"http://192.168.219.103:3000",
6060
"https://www.nitrogen18.store",
61-
"https://api.nitrogen18.store"
61+
"https://api.nitrogen18.store",
62+
"https://raul-unentangling-chere.ngrok-free.dev"
6263
// CORS 허용도메인 추가
6364
));
6465
configuration.setAllowedMethods(List.of("GET", "POST", "PUT", "DELETE", "PATCH", "OPTIONS"));

0 commit comments

Comments
 (0)