1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-12-25 09:50:10 +00:00

fix relative path close conn

This commit is contained in:
gusaul 2019-03-21 09:43:47 +07:00
parent 0b2c370eca
commit c788403396

View File

@ -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){