Skip to content

Commit

Permalink
feat : UrlConstant 구현 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Mar 8, 2024
1 parent 8d0fc13 commit 8ee03d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/gdsc/binaryho/imhere/constant/UrlConstant.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package gdsc.binaryho.imhere.constant;

public class UrlConstant {

public static final String PROD_CLIENT_URL = "https://imhere.im";

public static final String LOCAL_CLIENT_URL = "http://localhost:3000";

private UrlConstant() {}
}

0 comments on commit 8ee03d5

Please sign in to comment.