[U] Update base url

This commit is contained in:
Hykilpikonna
2019-08-19 20:21:11 +08:00
parent 2a723a5b06
commit ec467dc5e8
+2 -1
View File
@@ -5,6 +5,7 @@ export default class Constants
{
/**
* Base url for api access
* TODO: Use https for actual usage
*/
public static API_URL: string = "https://va.hydev.org/api";
public static API_URL: string = "http://cn2.hydev.org:24021/api";
}