fix(files): incorrect field alias
This commit is contained in:
parent
752768a916
commit
cf3332a22f
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ func (h *FileHandlers) IsSharing(c *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SharingResp struct {
|
type SharingResp struct {
|
||||||
SharingDirs []string `json:"sharingPaths"`
|
SharingDirs []string `json:"sharingDirs"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *FileHandlers) ListSharings(c *gin.Context) {
|
func (h *FileHandlers) ListSharings(c *gin.Context) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue