update URL for API server

This commit is contained in:
2023-08-05 18:20:03 -06:00
parent 179a5cd9f8
commit bf6830a1a8
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
export enum AppString {
APP_NAME = "Kick-Start with Time",
PROD_ENDORSER_API_SERVER = "https://endorser.ch:3000",
PROD_ENDORSER_API_SERVER = "https://api.endorser.ch",
TEST_ENDORSER_API_SERVER = "https://test.endorser.ch:8000",
LOCAL_ENDORSER_API_SERVER = "http://localhost:3000",