Update appinfo/routes.php

This commit is contained in:
Vitor Mattos 2022-02-08 00:20:35 -03:00 committed by backportbot[bot]
parent 493ddbfad7
commit 39fb87cdd2

View file

@ -68,8 +68,8 @@ return [
// Pages - public
['name' => 'page#sign', 'url' => '/p/sign/{uuid}', 'verb' => 'GET'],
['name' => 'page#sign', 'url' => '/p/sign/{uuid}/{path}', 'verb' => 'GET', 'requirements' => ['path' => '.+'], 'postfix' => 'extra'],
['name' => 'page#signAccountFile', 'url' => '/p/accout/files/approve/{uuid}', 'verb' => 'GET'],
['name' => 'page#signAccountFile', 'url' => '/p/accout/files/approve/{uuid}/{path}', 'verb' => 'GET', 'requirements' => ['path' => '.+'], 'postfix' => 'extra'],
['name' => 'page#signAccountFile', 'url' => '/p/account/files/approve/{uuid}', 'verb' => 'GET'],
['name' => 'page#signAccountFile', 'url' => '/p/account/files/approve/{uuid}/{path}', 'verb' => 'GET', 'requirements' => ['path' => '.+'], 'postfix' => 'extra'],
['name' => 'page#validation', 'url' => '/p/validation', 'verb' => 'GET'],
['name' => 'page#validationFile', 'url' => '/p/validation/{uuid}', 'verb' => 'GET'],
['name' => 'page#getPdf', 'url' => '/p/pdf/{uuid}', 'verb' => 'GET']