test
This commit is contained in:
parent
69ce35e03e
commit
0716ca3d9f
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user