animeic 2 năm trước cách đây
mục cha
commit
c0feabaddc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      boxcost/api/supplier-price.go

+ 1 - 1
boxcost/api/supplier-price.go

@@ -148,7 +148,7 @@ func SupplierPrice(r *GinRouter) {
 		SearchProject: []string{"price", "supplierId", "productId", "updateTime", "_id"},
 	})
 
-	CreateCRUD(r, "/supplier/process", &CRUDOption{
+	CreateCRUD(r, "/supplier/product", &CRUDOption{
 		Collection: repo.CollectionSupplierProductprice,
 		NewModel: func(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 			entity := &model.SupplierPrice{}