1
0
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:
Awilum
2020-02-18 12:22:26 +03:00
parent cc7811352a
commit 180ea0b07d

View File

@@ -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'),