- GetAndStoreCitiesShops
This commit is contained in:
@@ -106,6 +106,11 @@ func init() {
|
||||
&controllers.SysController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/netspider",
|
||||
beego.NSInclude(
|
||||
&controllers.NetSpiderController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user