소스 검색

The ip looks like no effect in webconfig, but it is changed anyway

master
부모
커밋
4d63297768
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/main/java/com/ffii/lioner/config/WebConfig.java

+ 1
- 1
src/main/java/com/ffii/lioner/config/WebConfig.java 파일 보기

@@ -19,7 +19,7 @@ public class WebConfig implements WebMvcConfigurer {
.allowedOrigins(
"http://localhost", // If you test locally via Nginx at http://localhost
"http://127.0.0.1", // Sometimes browsers resolve localhost to 127.0.0.1
"http://52.175.15.19", // Your 2fi-uat frontend IP
"http://20.2.170.164", // Look like no use
"http://localhost:3000" // If you ever run React dev server directly
// Add any other specific domains/IPs/ports where your frontend will be hosted
)


불러오는 중...
취소
저장