|
@@ -21,13 +21,13 @@ public class UrlConstants {
|
|
|
public static final String API="/api/";
|
|
|
|
|
|
|
|
|
- public static String DEFAULT_GOTO="http://www.callfortest.com";
|
|
|
+ public static String DEFAULT_GOTO="http://www.cofortest.com";
|
|
|
|
|
|
public static final String GET_GITHUB_LOGIN_ACCESSTOKEN = "https://github.com/login/oauth/access_token?code=CODE&client_id=CLIENTID&client_secret=CLIENTSECRET";
|
|
|
|
|
|
public static final String GET_GITHUB_USER_INFO = "https://api.github.com/user?access_token=ACCESSTOKEN";
|
|
|
|
|
|
- public static String GO_LOGIN = "http://user.callfortest.com/page/login";
|
|
|
+ public static String GO_LOGIN = "http://user.cofortest.com/page/login";
|
|
|
|
|
|
@Value("${default.goto}")
|
|
|
public void setDefaultGoto(String defaultGoto){
|