From 0645b5e16f08dabd1b39e42a48cc994f672dd74e Mon Sep 17 00:00:00 2001 From: smileluck <12386904+smileluck@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:44:08 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20proxy=E4=BB=A3=E7=90=86=E5=89=8D?= =?UTF-8?q?=E7=BC=80=E5=86=B2=E7=AA=81=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8C=87=E5=90=91=E9=94=99=E8=AF=AF=EF=BC=8C=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9C=B0=E5=9D=80=E6=94=B9=E4=B8=BA/proxy-default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.config.ts b/env.config.ts index 7e68ff17..c2970846 100644 --- a/env.config.ts +++ b/env.config.ts @@ -39,7 +39,7 @@ export function createServiceConfig(env: Env.ImportMeta) { */ export function createProxyPattern(key?: App.Service.OtherBaseURLKey) { if (!key) { - return '/proxy'; + return '/proxy-default'; } return `/proxy-${key}`;