platfom json name fix

This commit is contained in:
2025-12-07 12:06:23 +01:00
parent c3daed67ac
commit f47e3e48e6
+1 -1
View File
@@ -11,6 +11,6 @@ type Software struct {
Desc string `gorm:"type:text" json:"desc"`
Site string `gorm:"size:255" json:"site"`
License string `gorm:"size:128" json:"license"`
Platform string `gorm:"size:128" json:"license"`
Platform string `gorm:"size:128" json:"platform"`
Releases []Release `json:"releases"`
}