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 0152166..4e2f226 100644
--- a/httpd.go
+++ b/httpd.go
@@ -28,7 +28,7 @@ const (
apiCaches = "/api/caches"
apiCachesSearch = "/api/caches/search"
apiEnvironment = "/api/environment"
- apiHostsBlock = "/api/hosts_block"
+ apiHostsBlock = "/api/block.d"
apiHostsDir = "/api/hosts.d/:name"
apiHostsDirRR = "/api/hosts.d/:name/rr"
apiZone = "/api/zone.d/:name"