Work in progress

This commit is contained in:
Matthew Aaron Raymer
2023-01-03 17:28:23 +08:00
parent 0ee35e4946
commit 6325bcbe35
7 changed files with 102 additions and 25 deletions

View File

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