MAJ avec l'ajout de la gestion d'authentification

This commit is contained in:
2025-12-08 12:26:46 +01:00
parent f60d3443ca
commit 78e5a4e960
51 changed files with 25 additions and 80 deletions

View File

@@ -14,7 +14,6 @@ public class DeleteWarehouseEndpoint(PyroFetesDbContext db) : Endpoint<DeleteWar
public override void Configure()
{
Delete("/warehouse/{id}");
AllowAnonymous();
}
public override async Task HandleAsync(DeleteWarehouseRequest req, CancellationToken ct)
{