feat: setup editable product struct
This commit is contained in:
@@ -22,7 +22,6 @@ type ProductsHandler struct {
|
||||
config *config.Config
|
||||
}
|
||||
|
||||
// NewListProductsHandler creates a new ListProductsHandler instance
|
||||
func NewProductsHandler() *ProductsHandler {
|
||||
productService := productService.New()
|
||||
return &ProductsHandler{
|
||||
|
||||
Reference in New Issue
Block a user