-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
我想转发localhost请求,但是不可以
module.exports = {
'http://localhost:1024/test/': 'http://localhost:2016/',
};
换成域名就可以了。
module.exports = {
'http://htyttest.htky365.com/test/': 'http://localhost:2016/',
};
请问是什么原因? 版本dora-plugin-proxy@0.6.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels