changed path to scripts in api folder
This commit is contained in:
@@ -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') || '';
|
||||
|
||||
Reference in New Issue
Block a user