65
This commit is contained in:
parent
7c8b948676
commit
741dc39e94
|
|
@ -1,12 +1,10 @@
|
||||||
let Data_api = "/api/02c46aae-0b7a-41e6-99da-8d69d3f3e889";
|
let Data_api = "/api/02c46aae-0b7a-41e6-99da-8d69d3f3e889";
|
||||||
let freight = null;
|
let freight = null;
|
||||||
let testing = false;
|
|
||||||
|
|
||||||
let ReqData = ["Stadte", "Dorfer", "Wichtiges"];
|
let ReqData = ["Stadte", "Dorfer", "Wichtiges"];
|
||||||
|
|
||||||
// Post to n8n Server to get Data from Grist in JSON format.
|
// Post to n8n Server to get Data from Grist in JSON format.
|
||||||
async function GetMarkerData() {
|
async function GetMarkerData() {
|
||||||
api = testing ? Test_api : Data_api;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await axios.post(api, ReqData);
|
const res = await axios.post(api, ReqData);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user