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 }}