Fixed tests

This commit is contained in:
Jan Böhmer 2023-07-02 17:46:09 +02:00
parent 49ae906029
commit 2b793bf242
2 changed files with 6 additions and 3 deletions

View file

@ -59,7 +59,7 @@ class ScanController extends AbstractController
{
}
#[Route(path: '/', name: 'scan_dialog')]
#[Route(path: '', name: 'scan_dialog')]
public function dialog(Request $request, #[MapQueryParameter] ?string $input = null): Response
{
$this->denyAccessUnlessGranted('@tools.label_scanner');