From ec467dc5e839b6c0ee72708b5b16926e887dfd15 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 19 Aug 2019 20:21:11 +0800 Subject: [PATCH] [U] Update base url --- src/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }