This commit is contained in:
2025-11-25 23:04:41 +01:00
parent f285b3e733
commit d5486417e2
2 changed files with 5 additions and 55 deletions

View File

@ -1,7 +1,7 @@
// Auto-detect API base URL from current domain
const API_BASE_URL = window.location.protocol + '//' + window.location.host;
//const API_BASE_URL = 'http://localhost:5000'; //used for development
//const API_BASE_URL = 'https://kleinanzeigen.mosad.xyz'; //used for development
// Application state
const AppState = {