mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 02:24:05 +02:00
feat(admin-plugin): update links in controllers for apis' #349
This commit is contained in:
@@ -185,7 +185,7 @@ class ApiDeliveryEntriesController extends Controller
|
||||
'title' => __('admin_api')
|
||||
],
|
||||
'api_tokens' => [
|
||||
'link' => $this->router->pathFor('admin.api_delivery_entries.index'),
|
||||
'link' => $this->router->pathFor('admin.api_delivery.index'),
|
||||
'title' => __('admin_delivery')
|
||||
],
|
||||
'api_delivery_entries' => [
|
||||
|
@@ -185,7 +185,7 @@ class ApiDeliveryImagesController extends Controller
|
||||
'title' => __('admin_api')
|
||||
],
|
||||
'api_tokens' => [
|
||||
'link' => $this->router->pathFor('admin.api_delivery_images.index'),
|
||||
'link' => $this->router->pathFor('admin.api_delivery.index'),
|
||||
'title' => __('admin_delivery')
|
||||
],
|
||||
'api_delivery_images' => [
|
||||
|
Reference in New Issue
Block a user