edit: Gerät dropdown menü in modal POi hinzufügen

This commit is contained in:
ISA
2024-06-24 13:11:08 +02:00
parent 9393850f68
commit 097773553a
2 changed files with 10 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ const ShowAddStationPopup = ({ onClose, map, latlng }) => {
// Funktion zum Abrufen der Daten von der API -> DB talas_v5.location_device
const fetchData = async () => {
try {
const response = await fetch("/api/talas_v5/location_device");
const response = await fetch("/api/talas5/location_device");
const data = await response.json();
setLocationDeviceData(data);
if (data.length > 0) {