Add key management page
This commit is contained in:
@@ -370,6 +370,12 @@ return [
|
||||
'url' => '/admin/devtools',
|
||||
'can' => 'admin.developertools.use',
|
||||
],
|
||||
[
|
||||
'text' => 'API Keys',
|
||||
'icon' => 'fas fa-user-shield',
|
||||
'can' => 'admin.settings.view',
|
||||
'route' => 'adminKeys'
|
||||
]
|
||||
],
|
||||
],
|
||||
[
|
||||
|
Reference in New Issue
Block a user