- mtps added.
- refactor.
This commit is contained in:
@@ -24,5 +24,10 @@ func init() {
|
||||
&controllers.ELMOrderController{},
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns, ns2)
|
||||
ns3 := beego.NewNamespace("/mtps",
|
||||
beego.NSInclude(
|
||||
&controllers.MTPSOrderController{},
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns, ns2, ns3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user