diff --git a/src/constants.ts b/src/constants.ts index a946210..3fcdd29 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,5 +7,5 @@ export default class Constants * Base url for api access * TODO: Use https for actual usage */ - public static API_URL: string = 'http://cn2.hydev.org:24021/api'; + public static API_URL: string = 'https://va.hydev.org/api'; }