1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 19:00:55 +00:00

UrlMap fix to StatisticsMap

This commit is contained in:
astaxie 2013-11-15 18:12:36 +08:00
parent 097bcb3b5b
commit 2758c6da14

View File

@ -40,7 +40,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) {
}
func QpsIndex(rw http.ResponseWriter, r *http.Request) {
info := admin.UrlMap.GetMap(rw)
info := admin.StatisticsMap.GetMap(rw)
}
func ProfIndex(rw http.ResponseWriter, r *http.Request) {
r.ParseForm()