Commit 2758c6da authored by astaxie's avatar astaxie

UrlMap fix to StatisticsMap

parent 097bcb3b
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment