Removed trailing slash from eventList action's route
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
599ce030df
commit
8bee5a4217
@ -71,7 +71,7 @@ class EventController extends Controller
|
|||||||
* @param string $date
|
* @param string $date
|
||||||
* @return array
|
* @return array
|
||||||
*
|
*
|
||||||
* @Route("/esemenyek/{date}/", name="KekRozsakFrontBundle_eventList", defaults={"date": null})
|
* @Route("/esemenyek/{date}", name="KekRozsakFrontBundle_eventList", defaults={"date": null})
|
||||||
* @Template()
|
* @Template()
|
||||||
*/
|
*/
|
||||||
public function listAction($date = null)
|
public function listAction($date = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user