fix: detail site
This commit is contained in:
@@ -17,6 +17,7 @@ type Site struct {
|
||||
IsDiscountActive bool `json:"is_discount_active"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
Products []Product `json:"products"`
|
||||
}
|
||||
|
||||
type SiteName struct {
|
||||
|
||||
Reference in New Issue
Block a user