1
0
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:
Awilum
2020-02-18 16:39:41 +03:00
parent 64874af5c2
commit a8e1074b42
2 changed files with 2 additions and 2 deletions

View File

@@ -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' => [

View File

@@ -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' => [