Fix the icalendar route for locations
This commit is contained in:
parent
ab8236da0f
commit
fedf87f751
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class LocationController extends Controller
|
|||
/**
|
||||
* Finds and displays a Event entity.
|
||||
*
|
||||
* @Route("/{slug}\.ics", name="location_show_ics")
|
||||
* @Route("/{slug}.ics", name="location_show_ics")
|
||||
* @Method("GET")
|
||||
*/
|
||||
public function showActionICS($slug)
|
||||
|
|
Reference in a new issue