This commit is contained in:
j3d1 2023-07-01 22:30:28 +02:00
parent 5ede5e7b98
commit 7e1b0c7e49

View file

@ -206,7 +206,7 @@ class ServerSet {
if (this.unreachable_neighbors.queryUnreachable(server)) {
continue
}
const url = "http://" + server + target // TODO https
const url = "https://" + server + target // TODO https
return await fetch(url, {
method: 'DELETE',
headers: {