File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/example/log4u/common/constants Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33public class UrlConstants {
44
5- public static final String FRONT_ORIGIN_URL = "http://localhost :3000/me" ;
5+ public static final String FRONT_ORIGIN_URL = "http://web.ec2-13-209-127-186.ap-northeast-2.compute.amazonaws.com :3000/me" ;
66 public static final String FRONT_SUB_DOMAIN_URL = "http://web.ec2-13-209-127-186.ap-northeast-2.compute.amazonaws.com:3000" ;
77 public static final String PROFILE_CREATE_URL = FRONT_SUB_DOMAIN_URL + "/profile/make" ;
88 public static final String LOGIN_URL = FRONT_SUB_DOMAIN_URL + "/login" ;
99
1010 // 내 프로필 페이지가 메인
11- public static final String MAIN_URL = FRONT_SUB_DOMAIN_URL ;
11+ public static final String MAIN_URL = FRONT_SUB_DOMAIN_URL + "/me" ;
1212
1313 // checkstyle 경고 제거
1414 private UrlConstants () {
1515 }
1616}
17+
You can’t perform that action at this time.
0 commit comments