fix top warnings when on prod or non-prod servers

This commit is contained in:
2023-12-18 16:06:55 -07:00
parent 1dd2333624
commit d0697c1ef4
3 changed files with 6 additions and 9 deletions

View File

@@ -6,9 +6,6 @@
export enum AppString {
APP_NAME = "Time Safari",
PROD_TIME_SAFARI_SERVER_HOST = "timesafari.app",
PROD_TIME_SAFARI_SERVER = "https://" + PROD_TIME_SAFARI_SERVER_HOST,
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",
TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch",
LOCAL_ENDORSER_API_SERVER = "http://localhost:3000",