diff --git a/src/Controller/HomeController.php b/src/Controller/HomeController.php
index ab69119138da8ef9c54c56c26e35d4a7d4c91c0b..141c38d586414149436029e162a7ac8773a9f38c 100644
--- a/src/Controller/HomeController.php
+++ b/src/Controller/HomeController.php
@@ -87,7 +87,7 @@ class HomeController extends AbstractController
         return $this->json($fridays);
     }
 
-    #[Route('/func7/{startDate}/{endDate}', name: 'home')] // 01-01-2024
+    #[Route('/func7/{startDate}/{endDate}', name: 'func7')] // 01-01-2024
     public function func7(string $startDate, string $endDate): Response
     {
         if (DateValidation::validate($startDate) && DateValidation::validate($endDate)) {