Explorar el Código

更改fohow user grouth 接口

abiao hace 5 años
padre
commit
41d2acc9c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{},
 			),