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"
}

File diff suppressed because one or more lines are too long

View File

@@ -153,7 +153,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ !function() {
/******/ __webpack_require__.h = function() { return "0f945be9853e1317"; }
/******/ __webpack_require__.h = function() { return "60f0eb37bd675352"; }
/******/ }();
/******/
/******/ /* webpack/runtime/global */

File diff suppressed because one or more lines are too long