1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 09:30:17 +00:00

support profile & statistics in another port

This commit is contained in:
astaxie
2013-11-13 21:11:03 +08:00
parent a981dab536
commit 6c13bdde25
9 changed files with 364 additions and 27 deletions

View File

@ -93,5 +93,9 @@ func Run() {
middleware.AppName = AppName
middleware.RegisterErrorHander()
if EnableAdmin {
go BeeAdminApp.Run()
}
BeeApp.Run()
}