Skip to content

Commit 0ca344e

Browse files
authored
Merge pull request #212 from TwoSSome/fix/cors
fix(CORS): CORS 설정 수정
2 parents b3d40de + 1014a48 commit 0ca344e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/towssome/server/advice/URLAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class URLAdvice {
44

5-
public static final String SERVER_IP = "http://3.35.174.19:3000";
5+
public static final String SERVER_IP = "http://goochul.iptime.org:3000";
66

77
}

0 commit comments

Comments
 (0)