hide folder in response

This commit is contained in:
2021-05-24 15:44:12 +08:00
parent dabb4c31ac
commit 64601a4b54

View File

@@ -75,7 +75,7 @@ type File struct {
type Folder struct { type Folder struct {
Db *Database `json:"-"` Db *Database `json:"-"`
ID int64 `json:"id"` ID int64 `json:"id"`
Folder string `json:"folder"` Folder string `json:"-"`
Foldername string `json:"foldername"` Foldername string `json:"foldername"`
} }