diff --git a/relays.js b/relays.js index 8d30f6f..c7d7200 100644 --- a/relays.js +++ b/relays.js @@ -24,7 +24,7 @@ function humanTime(input) { } async function getRelayData() { - const response = await fetch('https://relays.syncthing.net/endpoint'); + const response = await fetch('https://relays.syncthing.net/endpoint/full'); if (!response.ok) { return;