diff --git a/src/KekRozsak/FrontBundle/Controller/EventController.php b/src/KekRozsak/FrontBundle/Controller/EventController.php index a4198fa..129c3f0 100644 --- a/src/KekRozsak/FrontBundle/Controller/EventController.php +++ b/src/KekRozsak/FrontBundle/Controller/EventController.php @@ -71,7 +71,7 @@ class EventController extends Controller * @param string $date * @return array * - * @Route("/esemenyek/{date}/", name="KekRozsakFrontBundle_eventList", defaults={"date": null}) + * @Route("/esemenyek/{date}", name="KekRozsakFrontBundle_eventList", defaults={"date": null}) * @Template() */ public function listAction($date = null)