docs+refactor: fetchGisStationsStatic API-Aufruf vereinheitlicht

- fetchGisStationsStatic.js verwendet jetzt zentrale Port-Logik über .env.local (NEXT_PUBLIC_API_PORT_MODE)
- Map-ID wird direkt aus der URL gelesen (?m=...)
- Fehlerprüfung auf JSON-Antwort eingebaut
- Doku erstellt: /docs/frontend/redux/api/fromWebService/fetchGisStationsStatic.md
- CHANGELOG.md aktualisiert (v1.1.71)
This commit is contained in:
ISA
2025-05-16 13:27:48 +02:00
parent 04ad5b99e6
commit 128b8fea5d
4 changed files with 103 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.71";
export const APP_VERSION = "1.1.72";