diff --git a/admin.go b/admin.go index da07dbedf2e41445ff36555404553f8b4147a60c..f743331c89d9f4b1a21b20f4f3533283fc13e16f 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")) }