fix(files): incorrect field alias

This commit is contained in:
hexxa 2021-08-18 15:06:22 +08:00 committed by Hexxa
parent 752768a916
commit cf3332a22f

View file

@ -801,7 +801,7 @@ func (h *FileHandlers) IsSharing(c *gin.Context) {
}
type SharingResp struct {
SharingDirs []string `json:"sharingPaths"`
SharingDirs []string `json:"sharingDirs"`
}
func (h *FileHandlers) ListSharings(c *gin.Context) {