Commit bd0baa65 authored by Адлан Шамавов's avatar Адлан Шамавов
Browse files

fix

parent 6274eb5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class HomeController extends AbstractController
        return $this->json($result);
    }

    #[Route('/func3', name: 'home', methods: ['POST'])]
    #[Route('/func3', name: 'func3', methods: ['POST'])]
    public function home(Request $request): Response
    {
        $array = $request->get('arr');