upstream sync
This commit is contained in:
@@ -57,7 +57,7 @@ func ListProductTemplates(c *gin.Context) {
|
||||
}
|
||||
|
||||
// Respond with the product templates and the total count
|
||||
c.JSON(http.StatusOK, gin.H{"total": total, "product_templates": productTemplates})
|
||||
c.JSON(http.StatusOK, gin.H{"total": total, "data": productTemplates})
|
||||
}
|
||||
|
||||
func GetProductTemplate(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user