changed path to scripts in api folder

This commit is contained in:
2026-04-19 13:51:37 +02:00
parent 15705dac97
commit a0cbe29f97
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
// =====================================================================
// API Endpoint as relative Path
var API_URL = '../api/contributions.php';
var API_URL = 'api/contributions.php';
// Current User Name, set via Login Modal, stored in sessionStorage
var currentUser = sessionStorage.getItem('webgis_user') || '';