Skip to content

Commit 39bb045

Browse files
✨ chore: CORS 추가
1 parent 349b7c9 commit 39bb045

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public CorsConfigurationSource corsConfigurationSource() {
5858
"https://nitrogen18.store",
5959
"http://192.168.219.103:3000",
6060
"http://192.168.0.100:3000",
61+
"http://10.14.15.150:3000",
6162
"https://www.nitrogen18.store",
6263
"https://api.nitrogen18.store",
6364
"https://raul-unentangling-chere.ngrok-free.dev"

0 commit comments

Comments
 (0)