wip: local changes

This commit is contained in:
Angie
2025-08-06 19:30:21 +02:00
parent f52a6b75d5
commit 2e3fe29078
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
const API_BASE_URL = "http://195.209.214.159/api";
//API local
//const API_BASE_URL = "http://localhost:3001/api";
// const API_BASE_URL = "http://localhost:3001/api";
//SHARED

View File

@@ -244,9 +244,9 @@ function logout() {
appState.storesList = [];
appState.reportsList = [];
database.users = [];
database.reports = [];
database.stores = [];
// database.users = [];
// database.reports = [];
// database.stores = [];
// Remove all admin tab event listeners by replacing each node
document.querySelectorAll(".admin-tab-btn").forEach((btn) => {