Pfadproblem beim Löschen beseitigt
All checks were successful
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Successful in 1m20s

This commit is contained in:
2026-02-09 20:48:19 +01:00
parent 3ca683d06f
commit f9fb791dca
2 changed files with 17 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ CancellationToken ct) =>
await svc.DeleteObjectAsync(bucket, key);
await meta.DeleteByKeyAsync(bucket, key, ct);
return Results.NoContent();
});
}).DisableAntiforgery();