refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// /services/database/fetchPoiTypService.js
|
||||
// /services/database/pois/fetchPoiTypService.js
|
||||
export const fetchPoiTypService = async () => {
|
||||
const res = await fetch(`${window.location.origin}/api/talas_v5_DB/poiTyp/readPoiTyp`);
|
||||
if (!res.ok) throw new Error("Fehler beim Abrufen der POI-Typen");
|
||||
|
||||
Reference in New Issue
Block a user