💄 Better speed dial

This commit is contained in:
2024-03-30 20:08:39 +08:00
parent c616214c3b
commit e986ff8c5f
5 changed files with 141 additions and 41 deletions

View File

@@ -3,7 +3,8 @@ import { Preferences } from "@capacitor/preferences"
const serviceMap: { [id: string]: string } = {
interactive: "https://co.solsynth.dev",
identity: "https://id.solsynth.dev"
identity: "https://id.solsynth.dev",
messaging: "http://localhost:8447",
}
export async function request(service: string, input: string, init?: RequestInit, noRetry?: boolean) {