add anyproxy install to install node modules

This commit is contained in:
想当当
2015-03-08 12:00:39 +08:00
parent 2a42ff6e08
commit bd6d4ded09
5 changed files with 44 additions and 18 deletions

View File

@@ -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 = {
}
}
};
};