Loading src/Controller/HomeController.php +2 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ class HomeController extends AbstractController return $this->json(["Days before NY:" => $result]); } #[Route('/{year}', name: 'home', methods: ['GET'])] public function home(int $year): Response #[Route('/func6/{year}', name: 'func6', methods: ['GET'])] public function func6(int $year): Response { $fridays = array(); try { Loading Loading
src/Controller/HomeController.php +2 −2 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ class HomeController extends AbstractController return $this->json(["Days before NY:" => $result]); } #[Route('/{year}', name: 'home', methods: ['GET'])] public function home(int $year): Response #[Route('/func6/{year}', name: 'func6', methods: ['GET'])] public function func6(int $year): Response { $fridays = array(); try { Loading