From 583133dd09725e2704e8d9f6df1f05312a92160b Mon Sep 17 00:00:00 2001 From: jackyu66git Date: Wed, 5 Aug 2026 16:36:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20baseURL=20=E6=94=B9=E4=B8=BA=20/psy=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=20SDK=20joinURL=20=E5=8F=8C=E9=87=8D=20/api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/user-h5/src/api/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user-h5/src/api/client.ts b/apps/user-h5/src/api/client.ts index bd12050..6d78ae8 100644 --- a/apps/user-h5/src/api/client.ts +++ b/apps/user-h5/src/api/client.ts @@ -2,6 +2,6 @@ import { createClient, createBrowserAdapters } from '@yuxingu/sdk' /** Shared API client for user-h5 (proxied to Go in dev). */ export const api = createClient({ - baseURL: '/psy/api', + baseURL: '/psy', adapters: createBrowserAdapters(), })