- 去除无用代码,主要是promotion相关的
This commit is contained in:
@@ -61,11 +61,6 @@ func init() {
|
||||
&controllers.FinancialController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/promotion",
|
||||
beego.NSInclude(
|
||||
&controllers.PromotionController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/sync",
|
||||
beego.NSInclude(
|
||||
&controllers.SyncController{},
|
||||
|
||||
Reference in New Issue
Block a user