Skip to content

Commit 265ce13

Browse files
authored
cmd/strelaypoolsrv: Update map tile URL (syncthing#8985)
1 parent 48c95eb commit 265ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/strelaypoolsrv/gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h1>Relay Pool Data</h1>
237237
uptimeSeconds: 0,
238238
};
239239
$scope.map = L.map('map').setView([40.90296, 1.90925], 2);
240-
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
240+
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png',
241241
{
242242
attribution: 'Leaflet',
243243
maxZoom: 17

0 commit comments

Comments
 (0)