support /v1/get_files_in_folder return folder path

This commit is contained in:
2022-11-03 01:21:25 +08:00
parent 2b4bbdf25e
commit 857a5e9dd9
4 changed files with 13 additions and 10 deletions

View File

@@ -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"`
}