feat: handleSave final auf API-Handler für Development erweitert

- Änderungen in Dev-Umgebung werden per /api/cpl/updateKueDataAPIHandler gespeichert
- Production weiterhin GET-Request mit Parametern
- Fehlerbehandlung optimiert
This commit is contained in:
Ismail Ali
2025-04-16 00:35:22 +02:00
parent 0b61418468
commit 49ccf1da5d
4 changed files with 110 additions and 35 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.236";
const webVersion = "1.6.237";
export default webVersion;