We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e0e23 commit 501834bCopy full SHA for 501834b
src/main/java/com/example/log4u/common/constants/UrlConstants.java
@@ -7,7 +7,7 @@ public class UrlConstants {
7
public static final String FRONT_VERCEL_ORIGIN = "https://fe-log4u.vercel.app";
8
9
// 임시로 메인
10
- public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/profile/make";
+ public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/profile/new";
11
public static final String LOGIN_URL = FRONT_VERCEL_ORIGIN + "/login";
12
13
// 내 프로필 페이지가 메인
0 commit comments