fix
This commit is contained in:
@@ -59,7 +59,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
|
||||
},
|
||||
{
|
||||
Method: http.MethodGet,
|
||||
Path: "/api/product/recommand",
|
||||
Path: "/api/product/recommend",
|
||||
Handler: GetRecommendProductListHandler(serverCtx),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user