1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 23:04:13 +00:00

delete back info

This commit is contained in:
astaxie 2013-11-15 18:25:36 +08:00
parent a9b6a0b81a
commit 969464f8ad

View File

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