GisStationsStaticDistrict API Datenaufruf in der Console

This commit is contained in:
ISA
2024-04-16 07:28:12 +02:00
parent 7738e53e03
commit 26095171fb
9 changed files with 128 additions and 112 deletions

File diff suppressed because one or more lines are too long

View File

@@ -3,6 +3,6 @@
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/": "pages/index.js",
"/api/locations": "pages/api/locations.js",
"/api/[...path]": "pages/api/[...path].js"
"/api/[...path]": "pages/api/[...path].js",
"/api/locations": "pages/api/locations.js"
}