Skip to content

Commit 501834b

Browse files
committed
fix: 프로필 생성 url 수정
1 parent f8e0e23 commit 501834b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/example/log4u/common/constants/UrlConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class UrlConstants {
77
public static final String FRONT_VERCEL_ORIGIN = "https://fe-log4u.vercel.app";
88

99
// 임시로 메인
10-
public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/profile/make";
10+
public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/profile/new";
1111
public static final String LOGIN_URL = FRONT_VERCEL_ORIGIN + "/login";
1212

1313
// 내 프로필 페이지가 메인

0 commit comments

Comments
 (0)