change url in ajax : suseendhiran
This commit is contained in:
parent
cb3164a13d
commit
f0986a19e4
@ -590,7 +590,7 @@
|
|||||||
var api = $(evt.target).parent().parent("tr").find("td:nth-child(1)").text();
|
var api = $(evt.target).parent().parent("tr").find("td:nth-child(1)").text();
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "post",
|
type: "post",
|
||||||
url: "/api/SingleApiStatus",
|
url: "/api_monitor/api/SingleApiStatus",
|
||||||
data: {api : api},
|
data: {api : api},
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
if (response.success == true)
|
if (response.success == true)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user