mirror of
https://github.com/cloudreve/cloudreve.git
synced 2026-03-13 09:24:07 +08:00
fix(controller): response of AdminBatchDeleteShare (#3350)
This commit is contained in:
@@ -586,6 +586,7 @@ func AdminBatchDeleteShare(c *gin.Context) {
|
||||
c.JSON(200, serializer.Err(c, err))
|
||||
return
|
||||
}
|
||||
c.JSON(200, serializer.Response{})
|
||||
}
|
||||
|
||||
func AdminCalibrateStorage(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user