From 5416e8a476fbdca66fd3d9f762e4f10f5fcdb59d Mon Sep 17 00:00:00 2001 From: ISA Date: Sat, 21 Dec 2024 05:54:52 +0100 Subject: [PATCH] =?UTF-8?q?APP=5FVERSION=20=3D=20"1.0.17.0"=20feat:=20API-?= =?UTF-8?q?Endpunkte=20f=C3=BCr=20Bereichs-Updates=20implementiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Neuer Endpunkt `updateBereich.js` für die Aktualisierung von Bereichskoordinaten per PUT-Request. - Utility-Funktion `updateBereichUtil.js` hinzugefügt, um API-Aufrufe für Bereichs-Updates im Frontend zu kapseln. - Fehler bei der URL in `updateBereichUtil.js` behoben, um sicherzustellen, dass die Koordinaten korrekt aktualisiert werden. - Verbesserte Fehlerbehandlung und Logging zur Debug-Unterstützung. --- config/appVersion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/appVersion.js b/config/appVersion.js index bd7b39c6c..70fc54f22 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.0.16.4"; +export const APP_VERSION = "1.0.17.0";