refactor: POI-Löschfunktion über Redux Thunk deletePoiThunk umgesetzt

- fetch("/deletePoi") in PoiUpdateModal entfernt
- deletePoiService + deletePoiThunk eingeführt
- Kein Redux Slice nötig, da kein Status gespeichert wird
- Version auf 1.1.161 erhöht
This commit is contained in:
ISA
2025-05-23 14:28:10 +02:00
parent 96b36eb706
commit b69a3efae3
5 changed files with 54 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.161";
export const APP_VERSION = "1.1.162";