diff --git a/Sources/BowlingApi/Controllers/JoueurController.cs b/Sources/BowlingApi/Controllers/JoueurController.cs index dca3621..2ad69f6 100644 --- a/Sources/BowlingApi/Controllers/JoueurController.cs +++ b/Sources/BowlingApi/Controllers/JoueurController.cs @@ -113,6 +113,7 @@ public class JoueurController:Controller if (result == null) { return NotFound(); + } if (name != null)