Keine Bearbeitungszusammenfassung |
(Update API format) |
||
| 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[" | .then(data => setClubStatus(data["state"]["open"], data["lastChange"])); | ||
} | } | ||
Version vom 6. April 2025, 19:23 Uhr