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"; }