mirror of
https://github.com/astaxie/beego.git
synced 2024-11-04 21:00:55 +00:00
delete back info
This commit is contained in:
parent
a9b6a0b81a
commit
969464f8ad
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.StatisticsMap.GetMap(rw)
|
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