This commit is contained in:
laodaming
2023-07-20 14:56:28 +08:00
parent f2eec528ce
commit 9ff4468778
7 changed files with 126 additions and 26 deletions

View File

@@ -107,11 +107,6 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/api/product/get_last_product_design",
Handler: GetLastProductDesignHandler(serverCtx),
},
{
Method: http.MethodPost,
Path: "/api/product/save_recommend_product",
Handler: SaveRecommendProductHandler(serverCtx),
},
},
)
}