mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-30 07:06:40 +08:00
Merge 0645b5e16f
into 86b445c26a
This commit is contained in:
commit
29ada8639b
@ -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}`;
|
||||
|
Loading…
Reference in New Issue
Block a user