mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
add a sample for reverse proxy
This commit is contained in:
@@ -364,7 +364,7 @@ function setRules(newRule){
|
||||
}
|
||||
if('function' == typeof(userRule.summary)){
|
||||
functions.push(function(cb){
|
||||
userRule.summary();
|
||||
console.log(userRule.summary());
|
||||
cb(null);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user