-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
路由里有一条
router.get('/*', controller.tapd.staticMatch)
config.default.js
config.httpProxy = {
'/self': {
target: 'https://api.xxxx.cn',
pathRewrite: {
'^/self': ''
}
}
};
plugin.js
httpProxy: {
enable: true,
package: 'egg-http-proxy',
}
浏览器请求
http://127.0.0.1:7001/self/tasks/count?workspace_id=59395005
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels