UrlMap fix to StatisticsMap
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -40,7 +40,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) { | ... | @@ -40,7 +40,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) { |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | func QpsIndex(rw http.ResponseWriter, r *http.Request) { | 42 | func QpsIndex(rw http.ResponseWriter, r *http.Request) { |
| 43 | info := admin.UrlMap.GetMap(rw) | 43 | info := admin.StatisticsMap.GetMap(rw) |
| 44 | } | 44 | } |
| 45 | func ProfIndex(rw http.ResponseWriter, r *http.Request) { | 45 | func ProfIndex(rw http.ResponseWriter, r *http.Request) { |
| 46 | r.ParseForm() | 46 | r.ParseForm() | ... | ... |
-
Please register or sign in to post a comment