Loading src/Controller/HomeController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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)) { Loading Loading
src/Controller/HomeController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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)) { Loading