diff --git a/front/js/pialert_common.js b/front/js/pialert_common.js index c8fa31d0..e6a4181c 100755 --- a/front/js/pialert_common.js +++ b/front/js/pialert_common.js @@ -518,7 +518,7 @@ function getDeviceDataByMacAddress(macAddress, dbColumn) { function initDeviceListAll_JSON() { - $.get('/api/table_devices.json', function(data) { + $.get('api/table_devices.json', function(data) { console.log(data)