Making table_appevents and table_notifications relative

This commit is contained in:
Allan Viana
2024-09-22 21:51:49 -03:00
committed by GitHub
parent 82ccb0c0b6
commit aa277136c6
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ showSpinner()
$(document).ready(function() {
// Load JSON data from the provided URL
$.getJSON('/api/table_appevents.json', function(data) {
$.getJSON('api/table_appevents.json', function(data) {
// Process the JSON data and generate UI dynamically
processData(data)