small improvement

This commit is contained in:
Tobias Brunner 2020-05-27 21:37:04 +02:00
parent b204248d88
commit 4998aec150
1 changed files with 9 additions and 9 deletions

View File

@ -124,15 +124,15 @@ data:
{{ if .Port }} {{ if .Port }}
<h2>All endpoints</h2> <h2>All endpoints</h2>
<pre> <pre>
{{ .Host }} {{ .Host }}
{{ .Host }}/ip {{ .Host }}/ip
{{ .Host }}/json {{ .Host }}/json
{{ .Host }}/country {{ .Host }}/country
{{ .Host }}/country-iso {{ .Host }}/country-iso
{{ .Host }}/city {{ .Host }}/city
{{ .Host }}/asn {{ .Host }}/asn
{{ .Host }}/coordinates {{ .Host }}/coordinates
{{ .Host }}/port/$number {{ .Host }}/port/$number
</pre> </pre>
{{ end }} {{ end }}
</div> </div>