diff --git a/src/scripts/request.ts b/src/scripts/request.ts index 7fba7e6..e5fd02c 100644 --- a/src/scripts/request.ts +++ b/src/scripts/request.ts @@ -4,7 +4,7 @@ import { Preferences } from "@capacitor/preferences" const serviceMap: { [id: string]: string } = { interactive: "https://co.solsynth.dev", identity: "https://id.solsynth.dev", - messaging: "http://localhost:8447", + messaging: "https://im.solsynth.dev", } export async function request(service: string, input: string, init?: RequestInit, noRetry?: boolean) {