[O] Remove todo that is already done

This commit is contained in:
Hykilpikonna
2019-09-23 21:11:27 -04:00
parent 62d40dd0a7
commit 50a5f9dcc5
-1
View File
@@ -5,7 +5,6 @@ export default class Constants
{ {
/** /**
* Base url for api access * 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 = 'https://va.hydev.org/api';