mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
optimize webServer, move it to /lib
This commit is contained in:
@@ -61,17 +61,6 @@ module.exports = {
|
||||
//fetch entire traffic data
|
||||
fetchTrafficData: function(id,info){},
|
||||
|
||||
//[internal]
|
||||
customMenu:[
|
||||
{
|
||||
name :"test",
|
||||
handler :function(){}
|
||||
},{
|
||||
name :"second-test",
|
||||
handler :function(){}
|
||||
}
|
||||
],
|
||||
|
||||
setInterceptFlag:function(flag){
|
||||
interceptFlag = flag && isRootCAFileExists;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user