From 5029555c21fbc160268c8cab3390484492dacde6 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 7 Sep 2019 08:02:50 -0400 Subject: [PATCH] [U] Update api url --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }