Skip to content
Snippets Groups Projects
Commit 8d8c6e9c authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

fix

parent 1d28ffa4
No related branches found
No related tags found
1 merge request!7Ptps controller 7
...@@ -87,7 +87,7 @@ class HomeController extends AbstractController ...@@ -87,7 +87,7 @@ class HomeController extends AbstractController
return $this->json($fridays); 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 public function func7(string $startDate, string $endDate): Response
{ {
if (DateValidation::validate($startDate) && DateValidation::validate($endDate)) { if (DateValidation::validate($startDate) && DateValidation::validate($endDate)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment