Skip to content

Commit ebcd2aa

Browse files
committed
chore: remove unused FrontpageRoute
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 16bfeb7 commit ebcd2aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Controller/PageController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ private function getEnvelopeChildFiles(): array {
414414
#[NoCSRFRequired]
415415
#[RequireSetupOk]
416416
#[FrontpageRoute(verb: 'GET', url: '/p/id-docs/approve/{uuid}')]
417-
#[FrontpageRoute(verb: 'GET', url: '/p/id-docs/approve/{uuid}/{path}', requirements: ['path' => '.+'], postfix: 'private')]
418417
public function signIdDoc($uuid): TemplateResponse {
419418
try {
420419
$fileEntity = $this->signFileService->getFileByUuid($uuid);

0 commit comments

Comments
 (0)