(Update API format) |
(Update API format 2) |
||
Zeile 28: | Zeile 28: | ||
fetch('/api/entropia-club-status-json-api.php') | fetch('/api/entropia-club-status-json-api.php') | ||
.then(response => response.json()) | .then(response => response.json()) | ||
.then(data => setClubStatus(data["state"]["open"], data[" | .then(data => setClubStatus(data["state"]["open"], data["state"]["lastchange"])); | ||
} | } | ||
Aktuelle Version vom 6. April 2025, 20:31 Uhr