docs+refactor: fetchGisStationsStatusDistrict Port-Logik vereinheitlicht

- zentrale Steuerung über .env.local (`NEXT_PUBLIC_API_PORT_MODE`)
- URL-Parameter m/u werden in idMap/idUser übersetzt
- Webservice-Aufruf korrekt über /GisStationsStatusDistrict aufgebaut
- Doku ergänzt: /docs/frontend/redux/api/fromWebService/fetchGisStationsStatusDistrict.md
- CHANGELOG.md auf v1.1.73 aktualisiert
This commit is contained in:
ISA
2025-05-16 13:48:08 +02:00
parent be6638f74c
commit 3d3184caf2
4 changed files with 102 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.73";
export const APP_VERSION = "1.1.74";