MAJ routes d'api pour liaison avec front

This commit is contained in:
2025-11-20 14:10:54 +01:00
parent a8d0b99571
commit 157719eae2
49 changed files with 49 additions and 49 deletions

View File

@@ -10,7 +10,7 @@ public class CreateWarehouseEndpoint(PyroFetesDbContext db)
{
public override void Configure()
{
Post("/api/warehouse");
Post("/warehouse");
AllowAnonymous();
}