remove random #

This commit is contained in:
Luc Mcgrady 2025-09-25 13:01:42 +01:00
parent 9685c60e8f
commit 1517d1015b
No known key found for this signature in database
GPG Key ID: 4F3D7A0B17CC3D9C

View File

@ -241,7 +241,7 @@ $app->group('/api', function (RouteCollectorProxy $group)
// Calendar // Calendar
$group->get('/calendar/ical', '\Grocy\Controllers\CalendarApiController:Ical')->setName('calendar-ical'); $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 // Export routes
$group->get('/export/sql', '\Grocy\Controllers\ExportController:DownloadSql'); $group->get('/export/sql', '\Grocy\Controllers\ExportController:DownloadSql');