From 2a723a5b0616e5deb47ea84c165a5fe5372b2404 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 19 Aug 2019 13:25:32 +0800 Subject: [PATCH] [+] Create base url constant --- src/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 1c423e2..0d7d400 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,4 +3,8 @@ */ export default class Constants { + /** + * Base url for api access + */ + public static API_URL: string = "https://va.hydev.org/api"; }