working commit

This commit is contained in:
2026-02-19 18:04:34 +02:00
parent bb0f58f46c
commit 7f7e4706d6
5 changed files with 164 additions and 84 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ func (hand *Handler) DeleteFile(rctx *router.Context) {
ctx := rctx.GetContext()
code, _, err := hand.oper.DeleteFile(ctx, operatorID, params)
if err != nil {
hand.logg.Errorf("GetFile error: %v", err)
hand.logg.Errorf("DeleteFIle error: %v", err)
}
rctx.SetStatus(code)