Browse Source

更改fohow user grouth 接口

abiao 5 years ago
parent
commit
41d2acc9c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/gopath/src/fohow-statement-api/routers/router.go

+ 1 - 1
go/gopath/src/fohow-statement-api/routers/router.go

@@ -433,7 +433,7 @@ func init() {
 		),
 
 		//----------- fohow相关 -----------
-		beego.NSNamespace("/home_left_top_data",
+		beego.NSNamespace("/fohow_home_left_top_data",
 			beego.NSInclude(
 				&fohow_home_page_stat_controller.FohowLeftTopDataOfHomePageController{},
 			),