Browse Source

Merge remote-tracking branch 'origin/master' into debug

# Conflicts:
#	routers/router.go
Roc 2 years ago
parent
commit
2ef0e17aed
1 changed files with 0 additions and 5 deletions
  1. 0 5
      routers/router.go

+ 0 - 5
routers/router.go

@@ -146,11 +146,6 @@ func init() {
 				&future_good.FutureGoodEdbInfoController{},
 			),
 		),
-		beego.NSNamespace("/future_good",
-			beego.NSInclude(
-				&future_good.FutureGoodEdbInfoController{},
-			),
-		),
 		beego.NSNamespace("/sci",
 			beego.NSInclude(
 				&controllers.SciController{},