From de4b4fbb75abc319288ba86040adad3d3f85b668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Mon, 6 Feb 2023 10:30:41 +0100 Subject: [PATCH] C --- Sources/BowlingApi/Controllers/JoueurController.cs | 1 + 1 file changed, 1 insertion(+) 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)