Skip to content

Commit 25e1e8b

Browse files
committed
refactor: cors 오류 테스트
1 parent b7ad440 commit 25e1e8b

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 + "";
10+
public static final String PROFILE_CREATE_URL = FRONT_VERCEL_ORIGIN + "/";
1111
public static final String LOGIN_URL = FRONT_VERCEL_ORIGIN + "login";
1212

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

0 commit comments

Comments
 (0)