mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 11:30:55 +00:00
beego:format the admin print route
This commit is contained in:
parent
e38a23b30e
commit
0e278ae358
4
admin.go
4
admin.go
@ -122,7 +122,9 @@ func listConf(rw http.ResponseWriter, r *http.Request) {
|
||||
case "router":
|
||||
fmt.Fprintln(rw, "Print all router infomation:")
|
||||
for method, t := range BeeApp.Handlers.routers {
|
||||
fmt.Fprintln(rw, "Method:", method)
|
||||
fmt.Fprintln(rw)
|
||||
fmt.Fprintln(rw)
|
||||
fmt.Fprintln(rw, " Method:", method)
|
||||
printTree(rw, t)
|
||||
}
|
||||
// @todo print routers
|
||||
|
Loading…
Reference in New Issue
Block a user