mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +00:00
Use a dynamic (title / URL) manifest
This commit is contained in:
@@ -9,6 +9,7 @@ $app->group('', function (RouteCollectorProxy $group) {
|
||||
// System routes
|
||||
$group->get('/', '\Grocy\Controllers\SystemController:Root')->setName('root');
|
||||
$group->get('/about', '\Grocy\Controllers\SystemController:About');
|
||||
$group->get('/manifest', '\Grocy\Controllers\SystemController:Manifest');
|
||||
$group->get('/barcodescannertesting', '\Grocy\Controllers\SystemController:BarcodeScannerTesting');
|
||||
|
||||
// Login routes
|
||||
|
Reference in New Issue
Block a user