feat: 【frontend-gray】添加 skipedRoutes以及skipedByHeaders 配置 (#1409)

Co-authored-by: Kent Dong <ch3cho@qq.com>
This commit is contained in:
mamba
2024-10-23 09:34:00 +08:00
committed by GitHub
parent b8f5826a32
commit bb6c43c767
6 changed files with 101 additions and 45 deletions

View File

@@ -82,6 +82,9 @@ static_resources:
"/app1": "/mfe/app1/{version}"
}
},
"skippedPathPrefixes": [
"/api/"
],
"baseDeployment": {
"version": "dev"
},