mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Fixed qr code scan URL paths
This commit is contained in:
parent
ae8edffdc8
commit
4f82a0f026
3 changed files with 6 additions and 3 deletions
|
@ -58,7 +58,7 @@ class ScanController extends AbstractController
|
|||
{
|
||||
}
|
||||
|
||||
#[Route(path: '', name: 'scan_dialog')]
|
||||
#[Route(path: '/', name: 'scan_dialog')]
|
||||
public function dialog(Request $request): Response
|
||||
{
|
||||
$this->denyAccessUnlessGranted('@tools.label_scanner');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue