support /v1/get_files_in_folder return folder path
This commit is contained in:
@@ -17,7 +17,7 @@ type File struct {
|
||||
type Folder struct {
|
||||
Db *Database `json:"-"`
|
||||
ID int64 `json:"id"`
|
||||
Folder string `json:"-"`
|
||||
Folder string `json:"folder"`
|
||||
Foldername string `json:"foldername"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user