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 d14d11d commit 69336ffCopy full SHA for 69336ff
src/main/java/com/example/log4u/common/constants/UrlConstants.java
@@ -3,9 +3,9 @@
3
public class UrlConstants {
4
5
public static final String FRONT_ORIGIN_URL = " https://web.log4u.site:3000";
6
- public static final String FRONT_SUB_DOMAIN_URL = " https://web.log4u.site:3000";
+ public static final String FRONT_SUB_DOMAIN_URL = "https://web.log4u.site:3000";
7
public static final String FRONT_VERCEL_ORIGIN = "https://web-3-4-log4-u-fe.vercel.app";
8
-
+
9
// 임시로 메인
10
public static final String PROFILE_CREATE_URL = FRONT_SUB_DOMAIN_URL + "";
11
public static final String LOGIN_URL = FRONT_SUB_DOMAIN_URL + "/login";
0 commit comments