fix code formatting

pull/2854/head
Aaron Liu 2025-09-23 11:22:08 +08:00
parent ef86b6b79a
commit 37f3c4e0b3
2 changed files with 62 additions and 63 deletions

View File

@ -620,7 +620,6 @@ func initMasterRouter(dep dependency.Dep) *gin.Engine {
controllers.FromQuery[explorer.FileThumbService](explorer.FileThumbParameterCtx{}),
controllers.Thumb,
)
// reset thumb removed; use metadata patch to re-enable thumbnails
// Delete files
file.DELETE("",
controllers.FromJSON[explorer.DeleteFileService](explorer.DeleteFileParameterCtx{}),