mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 17:27:23 +00:00
Added a little barcode scanner testing page (references #362)
This commit is contained in:
@@ -96,4 +96,9 @@ class SystemController extends BaseController
|
||||
'changelog' => $this->ApplicationService->GetChangelog()
|
||||
]);
|
||||
}
|
||||
|
||||
public function BarcodeScannerTesting(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args)
|
||||
{
|
||||
return $this->AppContainer->view->render($response, 'barcodescannertesting');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user