Normalement c'est réglé !

This commit is contained in:
2025-10-16 17:03:51 +02:00
parent 2112605cf3
commit 15545980af
7 changed files with 8 additions and 11 deletions

View File

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