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

add comments for middleware packages, fix typo error

This commit is contained in:
傅小黑
2014-01-17 16:03:01 +08:00
parent 91d75e8925
commit 32799bc259
3 changed files with 18 additions and 8 deletions

View File

@ -221,7 +221,7 @@ func Run() {
middleware.VERSION = VERSION
middleware.AppName = AppName
middleware.RegisterErrorHander()
middleware.RegisterErrorHandler()
if EnableAdmin {
go BeeAdminApp.Run()