API Resources and first endpoints

This commit is contained in:
2021-03-31 03:55:09 +01:00
parent 2bc07d8ca0
commit ddd79d38fe
23 changed files with 497 additions and 209 deletions

View File

@@ -268,11 +268,6 @@ return [
'icon' => 'fas fa-user-circle',
'url' => '/profile/settings/account',
],
[
'text' => 'Programmatic Access',
'icon' => 'fas fa-wrench',
'route' => 'keys.index'
],
[
'header' => 'h_app_management',
'can' => ['applications.view.all', 'applications.vote'],
@@ -374,7 +369,7 @@ return [
'text' => 'API Keys',
'icon' => 'fas fa-user-shield',
'can' => 'admin.settings.view',
'route' => 'adminKeys'
'route' => 'keys.index'
]
],
],