From 1517d1015b49cc910def946d2fab00050aa6d5e6 Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Thu, 25 Sep 2025 13:01:42 +0100 Subject: [PATCH] remove random # --- routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');