summaryrefslogtreecommitdiff
path: root/cmd/tfstate/routes.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tfstate/routes.go')
-rw-r--r--cmd/tfstate/routes.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/tfstate/routes.go b/cmd/tfstate/routes.go
deleted file mode 100644
index f583fc7..0000000
--- a/cmd/tfstate/routes.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "net/http"
-
-func addRoutes(mux *http.ServeMux) {
- mux.Handle("GET /healthz", handleHealthz())
-}