This commit is contained in:
Daniel Nagel 2025-12-28 13:05:17 +00:00
parent 7c8b948676
commit 741dc39e94

View File

@ -1,12 +1,10 @@
let Data_api = "/api/02c46aae-0b7a-41e6-99da-8d69d3f3e889";
let freight = null;
let testing = false;
let ReqData = ["Stadte", "Dorfer", "Wichtiges"];
// Post to n8n Server to get Data from Grist in JSON format.
async function GetMarkerData() {
api = testing ? Test_api : Data_api;
try {
const res = await axios.post(api, ReqData);