aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2023-07-16 17:36:05 +0200
committerJakob Borg <jakob@kastelo.net>2023-07-16 17:36:05 +0200
commitb96b23957bf46a5927cfc249c0945e3839776ade (patch)
tree0e980202cb1a7526b0d0317a9229deccf0fa505b /cmd
parent265ce139c55706a1482ac3bcb6b6e7d2f22084fe (diff)
downloadsyncthing-b96b23957bf46a5927cfc249c0945e3839776ade.tar.gz
syncthing-b96b23957bf46a5927cfc249c0945e3839776ade.zip
cmd/ursrv: Update map tile URL
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ursrv/serve/static/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ursrv/serve/static/index.html b/cmd/ursrv/serve/static/index.html
index fce067490..995198333 100644
--- a/cmd/ursrv/serve/static/index.html
+++ b/cmd/ursrv/serve/static/index.html
@@ -197,7 +197,7 @@ found in the LICENSE file.
};
var baseLayer = L.tileLayer(
- 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',{
+ 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',{
attribution: '...',
maxZoom: 18
}