From 4998aec1504d51f464eb774bae396bce8a7dfd51 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 27 May 2020 21:37:04 +0200 Subject: [PATCH] small improvement --- ipapi/cm-template.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ipapi/cm-template.yaml b/ipapi/cm-template.yaml index e8d9ae8..d3e3ebf 100644 --- a/ipapi/cm-template.yaml +++ b/ipapi/cm-template.yaml @@ -124,15 +124,15 @@ data: {{ if .Port }}

All endpoints

-            {{ .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
             
{{ end }}