mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 21:31:30 +00:00
UrlMap fix to StatisticsMap
This commit is contained in:
parent
097bcb3b5b
commit
2758c6da14
2
admin.go
2
admin.go
@ -40,7 +40,7 @@ func AdminIndex(rw http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func QpsIndex(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) {
|
func ProfIndex(rw http.ResponseWriter, r *http.Request) {
|
||||||
r.ParseForm()
|
r.ParseForm()
|
||||||
|
Loading…
Reference in New Issue
Block a user