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 }}
<h2>All endpoints</h2>
<pre>
{{ .Host }}
{{ .Host }}/ip
{{ .Host }}/json
{{ .Host }}/country
{{ .Host }}/country-iso
{{ .Host }}/city
{{ .Host }}/asn
{{ .Host }}/coordinates
{{ .Host }}/port/$number
{{ .Host }}
{{ .Host }}/ip
{{ .Host }}/json
{{ .Host }}/country
{{ .Host }}/country-iso
{{ .Host }}/city
{{ .Host }}/asn
{{ .Host }}/coordinates
{{ .Host }}/port/$number
</pre>
{{ end }}
</div>