This commit is contained in:
laodaming
2023-07-28 10:42:04 +08:00
parent a158f562b6
commit 15b2a80f58
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
[]rest.Route{
{
Method: http.MethodGet,
Path: "/api/product-template/get_product_template_tags",
Path: "/api/product-template-tag/get_product_template_tags",
Handler: GetProductTemplateTagsHandler(serverCtx),
},
},