hide folder in response
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user