Fix the icalendar route for locations

This commit is contained in:
Tim Schumacher 2014-07-11 20:27:57 +02:00
parent ab8236da0f
commit fedf87f751

View file

@ -79,7 +79,7 @@ class LocationController extends Controller
/** /**
* Finds and displays a Event entity. * Finds and displays a Event entity.
* *
* @Route("/{slug}\.ics", name="location_show_ics") * @Route("/{slug}.ics", name="location_show_ics")
* @Method("GET") * @Method("GET")
*/ */
public function showActionICS($slug) public function showActionICS($slug)