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

@@ -8,7 +8,7 @@ public class UpdateMovementEndpoint(PyroFetesDbContext pyrofetesdbcontext) : End
{
public override void Configure()
{
Put("/api/movements");
Put("/movements");
AllowAnonymous();
}