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}`;