diff --git a/src/api.ts b/src/api.ts index 4b67b0b..9ec7e05 100644 --- a/src/api.ts +++ b/src/api.ts @@ -1,7 +1,7 @@ import { ItemType, Store, StoreEntry } from "./types" -const defaultEndpoint = "http://slateport:4444" +const defaultEndpoint = "http://dominic.leafbla.de:4444" export type APIEndPoint = { write: (json: string) => Promise,