wip: local changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user