From d24fbe8426da9cc6232d65aebc27a37254c8f60f Mon Sep 17 00:00:00 2001 From: astaxie Date: Sun, 15 Dec 2013 21:33:39 +0800 Subject: [PATCH] add tips for listconf --- admin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/admin.go b/admin.go index da07dbed..f743331c 100644 --- a/admin.go +++ b/admin.go @@ -48,6 +48,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) { rw.Write([]byte("3. Get healthcheck result from http://localhost:8088/prof\n")) rw.Write([]byte("4. Get current task infomation from taskhttp://localhost:8088/task \n")) rw.Write([]byte("5. To run a task passed a param http://localhost:8088/runtask\n")) + rw.Write([]byte("6. Get all confige & router infomation http://localhost:8088/listconf\n")) }