2758c6da by astaxie

UrlMap fix to StatisticsMap

1 parent 097bcb3b
Showing 1 changed file with 1 additions and 1 deletions
......@@ -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()
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!