diff --git a/routes.php b/routes.php index e8b9272d..ff33244e 100644 --- a/routes.php +++ b/routes.php @@ -241,7 +241,7 @@ $app->group('/api', function (RouteCollectorProxy $group) // Calendar $group->get('/calendar/ical', '\Grocy\Controllers\CalendarApiController:Ical')->setName('calendar-ical'); - $group->get('/calendar/ical/sharing-link', '\Grocy\Controllers\CalendarApiController:IcalSharingLink');# + $group->get('/calendar/ical/sharing-link', '\Grocy\Controllers\CalendarApiController:IcalSharingLink'); // Export routes $group->get('/export/sql', '\Grocy\Controllers\ExportController:DownloadSql');