Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl - Rename module path to /search/acl
This commit is contained in:
parent
c5563e5e78
commit
8f20e2054b
21 changed files with 396 additions and 378 deletions
|
@ -188,6 +188,10 @@ return [
|
|||
'/{sub1}/{sub2}/{url}' => [Module\Proxy::class, [R::GET]],
|
||||
],
|
||||
|
||||
'/search' => [
|
||||
'/acl' => [Module\Search\Acl::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/settings' => [
|
||||
'/2fa' => [
|
||||
'[/]' => [Module\Settings\TwoFactor\Index::class, [R::GET, R::POST]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue