From 552fce3281aaed84513872fe14672896caa7f2bc Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 27 Aug 2023 13:12:12 -0600 Subject: [PATCH] update the test URL (to remove the port) --- src/constants/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/app.ts b/src/constants/app.ts index b1baf7b5d..a04b9279e 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -5,7 +5,7 @@ export enum AppString { APP_NAME = "Kick-Start with Time", PROD_ENDORSER_API_SERVER = "https://api.endorser.ch", - TEST_ENDORSER_API_SERVER = "https://test.endorser.ch:8000", + TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch", LOCAL_ENDORSER_API_SERVER = "http://localhost:3000", DEFAULT_ENDORSER_API_SERVER = TEST_ENDORSER_API_SERVER,