Update pialert_common.js

Fix url in initDeviceListAll_JSON() function
This commit is contained in:
Carlos V
2023-09-10 20:04:32 +02:00
committed by GitHub
parent eea4e2642c
commit 295db87113

View File

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