cleanup: entferne mapGisStationsMeasurementsUrl aus config.js und veralteten fetch in MapComponent

- Redux-Thunk fetchGisStationsMeasurementsThunk übernimmt vollständige Steuerung
- fetchGisStationsMeasurementsService verwendet statt direkter URL-Konstante
- config.js um mapGisStationsMeasurementsUrl bereinigt
- Version erhöht auf 1.1.134
This commit is contained in:
ISA
2025-05-21 15:34:43 +02:00
parent b0448339ab
commit d003913741
4 changed files with 23 additions and 28 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.134";
export const APP_VERSION = "1.1.135";