Update api

This commit is contained in:
Dominic Zimmer 2025-05-03 14:10:31 +02:00
parent 3fb4ec8b7b
commit 66424d0c85

View File

@ -1,7 +1,7 @@
import { ItemType, Store, StoreEntry } from "./types" import { ItemType, Store, StoreEntry } from "./types"
const defaultEndpoint = "http://slateport:4444" const defaultEndpoint = "http://dominic.leafbla.de:4444"
export type APIEndPoint = { export type APIEndPoint = {
write: (json: string) => Promise<void>, write: (json: string) => Promise<void>,