chore: entferne mapGisStationsStatusDistrictUrl aus config.js

- alle direkten fetch-Zugriffe wurden entfernt oder durch Redux ersetzt
- Variable mapGisStationsStatusDistrictUrl wird im Projekt nicht mehr verwendet
- Zugriff auf Gerätestatus erfolgt jetzt zentral über Redux-Toolkit Thunk
This commit is contained in:
ISA
2025-05-22 08:44:44 +02:00
parent e11a4d3fb2
commit 04e6d19e19
2 changed files with 3 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.142";
export const APP_VERSION = "1.1.143";