This commit is contained in:
Lonely_S
2024-01-29 07:45:05 +00:00
committed by GitHub

View File

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