This commit is contained in:
Daniel Nagel 2025-09-07 12:53:28 +00:00
parent 69ce35e03e
commit 0716ca3d9f

View File

@ -1,6 +1,7 @@
// markers.js // markers.js
async function testGateway() { async function testGateway() {
try { try {
console.log ("test test");
const res = await fetch("/api/places"); // Edge-Caddy proxyt zu data_gateway const res = await fetch("/api/places"); // Edge-Caddy proxyt zu data_gateway
const data = await res.json(); const data = await res.json();
console.log("Antwort vom Gateway:", data); console.log("Antwort vom Gateway:", data);