🚚 Update request service map
This commit is contained in:
parent
fbf45dab57
commit
c3bfb2069c
@ -4,7 +4,7 @@ import { Preferences } from "@capacitor/preferences"
|
|||||||
const serviceMap: { [id: string]: string } = {
|
const serviceMap: { [id: string]: string } = {
|
||||||
interactive: "https://co.solsynth.dev",
|
interactive: "https://co.solsynth.dev",
|
||||||
identity: "https://id.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) {
|
export async function request(service: string, input: string, init?: RequestInit, noRetry?: boolean) {
|
||||||
|
Reference in New Issue
Block a user