mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-26 02:40:10 +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();
|
var ip = $(this).siblings("span").text();
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/active/close/" + ip,
|
url: "active/close/" + ip,
|
||||||
global: true,
|
global: true,
|
||||||
method: "DELETE",
|
method: "DELETE",
|
||||||
success: function(res){
|
success: function(res){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user