mirror of
https://github.com/getformwork/formwork.git
synced 2025-03-14 19:19:48 +01:00
Add route admin.notfound
This commit is contained in:
parent
2c93f31be6
commit
457db2c3ab
@ -133,6 +133,10 @@ return [
|
||||
'path' => '/users/{user}/profile/',
|
||||
'action' => '\Formwork\Admin\Controllers\UsersController@profile',
|
||||
'methods' => ['GET', 'POST']
|
||||
],
|
||||
'admin.notfound' => [
|
||||
'path' => '/{route}/',
|
||||
'action' => '\Formwork\Admin\Controllers\ErrorsController@notFound'
|
||||
]
|
||||
],
|
||||
'filters' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user