mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-25 01:41:11 +00:00
fix relative path close conn
This commit is contained in:
parent
0b2c370eca
commit
c788403396
|
@ -200,7 +200,7 @@ $(".connections ul").on("click", "i", function(){
|
|||
var ip = $(this).siblings("span").text();
|
||||
|
||||
$.ajax({
|
||||
url: "/active/close/" + ip,
|
||||
url: "active/close/" + ip,
|
||||
global: true,
|
||||
method: "DELETE",
|
||||
success: function(res){
|
||||
|
|
Loading…
Reference in New Issue
Block a user