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

beego: BeeAdminApp private

This commit is contained in:
astaxie
2014-04-06 01:02:10 +08:00
parent 3ad30d48b5
commit 5a863b45f4
2 changed files with 24 additions and 24 deletions

View File

@ -179,7 +179,7 @@ func Run() {
initBeforeHttpRun()
if EnableAdmin {
go BeeAdminApp.Run()
go beeAdminApp.Run()
}
BeeApp.Run()