diff --git a/src/constants.ts b/src/constants.ts index 0d7d400..9d072ff 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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"; }