adding error handling and other things
This commit is contained in:
@@ -46,5 +46,7 @@ func init() {
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.Router("/", &controllers.IndexController{})
|
||||
beego.ErrorController(&controllers.ErrorController{})
|
||||
beego.AddNamespace(ns)
|
||||
}
|
||||
|
Reference in New Issue
Block a user