feat: adjust to the new endpoints for editable plan records

This commit is contained in:
2023-01-23 22:14:46 -07:00
parent 4664d697fd
commit 1bedbe17c0
6 changed files with 74 additions and 43 deletions

View File

@@ -5,5 +5,5 @@ 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 = "http://localhost:3000",
}