Use a dynamic (title / URL) manifest

This commit is contained in:
Bernd Bestel
2023-08-01 17:12:35 +02:00
parent 8b444a03e5
commit b74fbddd94
4 changed files with 24 additions and 16 deletions

View File

@@ -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