fix(projects): default proxy prefix
This commit is contained in:
parent
86b445c26a
commit
da24642783
@ -39,7 +39,7 @@ export function createServiceConfig(env: Env.ImportMeta) {
|
|||||||
*/
|
*/
|
||||||
export function createProxyPattern(key?: App.Service.OtherBaseURLKey) {
|
export function createProxyPattern(key?: App.Service.OtherBaseURLKey) {
|
||||||
if (!key) {
|
if (!key) {
|
||||||
return '/proxy';
|
return '/proxy-default';
|
||||||
}
|
}
|
||||||
|
|
||||||
return `/proxy-${key}`;
|
return `/proxy-${key}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user