mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-29 00:59:10 +00:00
add anyproxy install to install node modules
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
module.exports = {
|
||||
|
||||
replaceServerResDataAsync: function(req,res,serverResData,callback){
|
||||
|
||||
//append "hello world" to all web pages
|
||||
if(/html/i.test(res.headers['content-type'])){
|
||||
var newDataStr = serverResData.toString();
|
||||
@@ -14,4 +13,4 @@ module.exports = {
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user