proxy fail fix

修复代理地址缺少/导致代理失败
This commit is contained in:
elliotliu
2023-03-07 15:51:53 +08:00
committed by GitHub
parent ebe2c56348
commit 5499a559c8

View File

@ -19,7 +19,7 @@ interface ServiceEnvConfigWithProxyPattern extends ServiceEnvConfig {
* - 和后端请求地址的前缀无关
* - 有多个后端请求实例时,需要创建不同的值
*/
proxyPattern: 'proxy-pattern';
proxyPattern: '/proxy-pattern';
}
interface ImportMetaEnv {