mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
web: fix delete flows
This commit is contained in:
parent
5977e844e7
commit
269571efe5
@ -420,7 +420,7 @@ var FlowActions = {
|
||||
});
|
||||
},
|
||||
clear: function(){
|
||||
$.post("/flows/" + flow.id);
|
||||
$.post("/clear");
|
||||
}
|
||||
};
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -116,7 +116,7 @@ var FlowActions = {
|
||||
});
|
||||
},
|
||||
clear: function(){
|
||||
$.post("/flows/" + flow.id);
|
||||
$.post("/clear");
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user