Merge pull request #306 from smileluck/main
This commit is contained in:
commit
b8f85692d6
@ -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