This commit is contained in:
laodaming
2023-10-20 11:47:46 +08:00
parent 0b274c4755
commit 4973687e07
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
},
{