diff --git a/mobile/src/services/RestComms.ts b/mobile/src/services/RestComms.ts index 1f63cb0126..896587158c 100644 --- a/mobile/src/services/RestComms.ts +++ b/mobile/src/services/RestComms.ts @@ -229,7 +229,7 @@ class RestComms { const config: RequestConfig = { method: "POST", - endpoint: "/auth/exchange-token", + endpoint: "/api/client/auth/exchange-token", data: { supabaseToken: !isChina ? token : undefined, authingToken: isChina ? token : undefined,