mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Update appinfo/routes.php
This commit is contained in:
parent
493ddbfad7
commit
39fb87cdd2
1 changed files with 2 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue