fix some formatting of web-push doc #60

Merged
anomalist merged 4 commits from plan-loc into master 2023-08-28 05:26:45 +00:00
Showing only changes of commit 2ccfb283b4 - Show all commits

View File

@@ -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,