Use full relays endpoint

This commit is contained in:
Alex Thomassen 2024-06-02 22:32:10 +02:00
parent 3f2cb1b44b
commit 5eefd8b144

View File

@ -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;