mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
feat(admin-plugin): update controllers for apis' #349
This commit is contained in:
@@ -188,6 +188,10 @@ class ApiDeliveryEntriesController extends Controller
|
||||
'link' => $this->router->pathFor('admin.api_delivery_entries.index'),
|
||||
'title' => __('admin_delivery')
|
||||
],
|
||||
'api_delivery_entries' => [
|
||||
'link' => $this->router->pathFor('admin.api_delivery_entries.index'),
|
||||
'title' => __('admin_entries')
|
||||
],
|
||||
'api_tokens_edit' => [
|
||||
'link' => $this->router->pathFor('admin.api_delivery_entries.edit'),
|
||||
'title' => __('admin_edit_delivery_token'),
|
||||
|
Reference in New Issue
Block a user