From 4aae6862645a5d2edabf5fb25d1ae5a19fcd5f1f Mon Sep 17 00:00:00 2001 From: peng Date: Tue, 28 Oct 2025 10:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=89=8D=E7=AB=AF=20-=20=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=8E=A5=E5=85=A5=E6=B5=8B=E8=AF=95=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crop-x/src/lib/api/client.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crop-x/src/lib/api/client.gen.ts b/crop-x/src/lib/api/client.gen.ts index 4f6cc39..81a9ea5 100644 --- a/crop-x/src/lib/api/client.gen.ts +++ b/crop-x/src/lib/api/client.gen.ts @@ -14,5 +14,5 @@ import type { ClientOptions as ClientOptions2 } from './types.gen'; export type CreateClientConfig = (override?: Config) => Config & T>; export const client = createClient(createConfig({ - baseUrl: 'http://26.26.26.1:8080' + baseUrl: 'http://pengcode.tech:8080/' }));