Disable faulty Beego filter

This commit is contained in:
Yang Luo 2023-04-25 20:02:13 +08:00
parent 1003639e5b
commit 511aefb706

View File

@ -84,5 +84,5 @@ func main() {
go ldap.StartLdapServer()
go object.ClearThroughputPerSecond()
beego.RunWithMiddleWares(fmt.Sprintf(":%v", port), routers.PrometheusMiddleWare)
beego.Run(fmt.Sprintf(":%v", port))
}