aboutsummaryrefslogtreecommitdiff
path: root/httpd.go
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.go')
-rw-r--r--httpd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.go b/httpd.go
index 4ae5a60..f62e228 100644
--- a/httpd.go
+++ b/httpd.go
@@ -39,7 +39,7 @@ const (
apiHostsd = "/api/hosts.d"
apiHostsdRR = "/api/hosts.d/rr"
- apiZone = "/api/zone.d/:name"
+ apiZone = "/api/zone.d"
apiZoneRRType = "/api/zone.d/:name/rr/:type"
)