mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-24 08:46:31 +08:00
🔨 switch fiber to gin
This commit is contained in:
@ -12,7 +12,7 @@ const (
|
||||
)
|
||||
|
||||
type SettingItem struct {
|
||||
Key string `json:"key" gorm:"primaryKey" validate:"required"`
|
||||
Key string `json:"key" gorm:"primaryKey" binding:"required"`
|
||||
Value string `json:"value"`
|
||||
Description string `json:"description"`
|
||||
Type string `json:"type"`
|
||||
|
Reference in New Issue
Block a user