Merge pull request #306 from smileluck/main

This commit is contained in:
Soybean 2024-01-29 16:38:11 +08:00 committed by GitHub
commit b8f85692d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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