Retrieve data through proxy [...path]

This commit is contained in:
ISA
2024-04-16 06:52:31 +02:00
parent de7b4d17a7
commit 7738e53e03
26 changed files with 397 additions and 281 deletions

View File

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