mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
remove random #
This commit is contained in:
parent
9685c60e8f
commit
1517d1015b
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user