Testing geofeed proxy
This commit is contained in:
parent
ada56214c0
commit
205ed1dcaf
1
_redirects
Symbolic link
1
_redirects
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
./static/_redirects
|
@ -1 +0,0 @@
|
|||||||
/geofeed.csv https://docs.google.com/spreadsheets/d/e/2PACX-1vQt0iQi7wFZ9tNSFuMSTdZtT10cbtJFTaSp0OHvXH5O4Im9xG0_SuKNDsLeiEUqVppiNFoTN1reGDXy/pub?gid=391960727&single=true&output=csv 200
|
|
5
static/_routes.json
Normal file
5
static/_routes.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"include": ["/*"],
|
||||||
|
"exclude": []
|
||||||
|
}
|
4
static/functions/geofeed.csv.js
Normal file
4
static/functions/geofeed.csv.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
export function onRequest(context) {
|
||||||
|
return fetch("https://docs.google.com/spreadsheets/d/e/2PACX-1vQt0iQi7wFZ9tNSFuMSTdZtT10cbtJFTaSp0OHvXH5O4Im9xG0_SuKNDsLeiEUqVppiNFoTN1reGDXy/pub?gid=391960727&single=true&output=csv")
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user