Merge branch 'feature' into styling

This commit is contained in:
Hykilpikonna
2019-09-07 08:10:10 -04:00
+1 -1
View File
@@ -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';
}