change url in ajax : suseendhiran

This commit is contained in:
suseendhiran17 2022-09-21 15:32:08 +05:30
parent cb3164a13d
commit f0986a19e4

View File

@ -590,7 +590,7 @@
var api = $(evt.target).parent().parent("tr").find("td:nth-child(1)").text();
$.ajax({
type: "post",
url: "/api/SingleApiStatus",
url: "/api_monitor/api/SingleApiStatus",
data: {api : api},
success: function(response) {
if (response.success == true)