! remove all non order code.
This commit is contained in:
@@ -21,11 +21,6 @@ func init() {
|
||||
&controllers.OrderController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/auth",
|
||||
beego.NSInclude(
|
||||
&controllers.AuthController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user