summaryrefslogtreecommitdiff
path: root/pkg/server/hook/info-http.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/server/hook/info-http.go')
-rw-r--r--pkg/server/hook/info-http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/server/hook/info-http.go b/pkg/server/hook/info-http.go
index ec56f87..721c286 100644
--- a/pkg/server/hook/info-http.go
+++ b/pkg/server/hook/info-http.go
@@ -47,5 +47,5 @@ func (infoHttpHook) New(env env.Env) (interface{}, error) {
}
func init() {
- register("info-http", infoHttpHook{})
+ register("info-http", "display http connect host out/", infoHttpHook{})
}