Merge pull request #1071 from johnwang16/main

use relative paths for reverse proxy
This commit is contained in:
Jokob @NetAlertX
2025-06-01 14:45:14 +10:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -105,7 +105,7 @@
// -------------------------------------------------------------
// Updates the backend application state/status in the header
function updateState(){
$.get('/php/server/query_json.php', { file: 'app_state.json', nocache: Date.now() }, function(appState) {
$.get('php/server/query_json.php', { file: 'app_state.json', nocache: Date.now() }, function(appState) {
document.getElementById('state').innerHTML = appState["currentState"].replaceAll('"', '');