This commit is contained in:
Matthew Aaron Raymer
2023-01-04 17:09:11 +08:00
parent f021fcdb1c
commit f858a4d29a
3 changed files with 18 additions and 16 deletions

View File

@@ -4,6 +4,6 @@
export enum AppString {
APP_NAME = "Kickstart for time",
VERSION = "0.1",
DEFAULT_ENDORSER_API_SERVER = 'https://test.endorser.ch:8000',
DEFAULT_ENDORSER_VIEW_SERVER = 'https://test.endorser.ch'
DEFAULT_ENDORSER_API_SERVER = "https://test.endorser.ch:8000",
DEFAULT_ENDORSER_VIEW_SERVER = "https://test.endorser.ch",
}