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 b7ad440 commit 25e1e8bCopy full SHA for 25e1e8b
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 + "";
+ public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/";
11
public static final String LOGIN_URL = FRONT_VERCEL_ORIGIN + "login";
12
13
// 내 프로필 페이지가 메인
0 commit comments