Error A route matching "/phpstorm:/open" could not be found.
None of the currently connected routes match the provided parameters. Add a matching route to config/routes.php
| Template | Defaults | Options |
|---|---|---|
| /users/register | [
'controller' => 'Users',
'action' => 'register',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/logout | [
'controller' => 'Users',
'action' => 'logout',
'_method' => 'DELETE',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/login | [
'controller' => 'Users',
'action' => 'login',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'POST',
],
] |
[
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/account/key | [
'controller' => 'Accounts',
'action' => 'generate_key',
'_method' => 'POST',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/account/key | [
'controller' => 'Accounts',
'action' => 'delete_key',
'_method' => 'DELETE',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/account/invoices/:id | [
'controller' => 'Accounts',
'action' => 'invoice',
'_method' => 'GET',
'prefix' => 'Users',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /users/account/invoices | [
'controller' => 'Accounts',
'action' => 'invoices',
'_method' => 'GET',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/account/invoice_mails/verify/:code | [
'controller' => 'Accounts',
'action' => 'verifyInvoiceMail',
'_method' => 'GET',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'code',
],
] |
| /users/account/invoice_mails/:id | [
'controller' => 'Accounts',
'action' => 'removeInvoiceMail',
'_method' => 'DELETE',
'prefix' => 'Users',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /users/account/invoice_mails | [
'controller' => 'Accounts',
'action' => 'addInvoiceMail',
'_method' => 'POST',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /users/account | [
'controller' => 'Accounts',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Users',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /terms | [
'controller' => 'Home',
'action' => 'terms',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /technicalstandards | [
'controller' => 'TechnicalStandards',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /technicalstandards/* | [
'controller' => 'TechnicalStandards',
'action' => 'show',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /statistics/middle | [
'controller' => 'Statistics',
'action' => 'middleLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /statistics/low | [
'controller' => 'Statistics',
'action' => 'lowLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /statistics/bottom | [
'controller' => 'Statistics',
'action' => 'bottomLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /statistics | [
'controller' => 'Statistics',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /sanitizer/products/:product_id/files/download/* | [
'controller' => 'Files',
'action' => 'download',
'_method' => 'GET',
'prefix' => 'Sanitizer/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /sanitizer/manuals/* | [
'controller' => 'Manuals',
'action' => 'show',
'_method' => 'GET',
'prefix' => 'Sanitizer',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /sanitizer/error | [
'controller' => 'Errors',
'action' => 'show',
'_method' => 'GET',
'prefix' => 'Sanitizer',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /sanitizer/documents/* | [
'controller' => 'Documents',
'action' => 'show',
'_method' => 'GET',
'prefix' => 'Sanitizer',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /rainfallwaterlevels | [
'controller' => 'RainFallWaterLevels',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /questionnaire | [
'controller' => 'Home',
'action' => 'questionnaire',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/status/:id | [
'controller' => 'Products',
'action' => 'status',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'PUT',
],
] |
[
'id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/photo/:id | [
'controller' => 'Products',
'action' => 'photo',
'_method' => 'GET',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/past | [
'controller' => 'Products',
'action' => 'past',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/map | [
'controller' => 'Products',
'action' => 'map',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/edit/:id | [
'controller' => 'Products',
'action' => 'edit',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'PUT',
],
] |
[
'id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/delete/:id | [
'controller' => 'Products',
'action' => 'delete',
'_method' => 'DELETE',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/check | [
'controller' => 'Products',
'action' => 'check',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/certificate/:id | [
'controller' => 'Products',
'action' => 'certificate',
'_method' => 'GET',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/autoinput | [
'controller' => 'Products',
'action' => 'autoinput',
'_method' => 'POST',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/add | [
'controller' => 'Products',
'action' => 'add',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'POST',
],
] |
[
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /products/:id | [
'controller' => 'Products',
'action' => 'view',
'_method' => 'GET',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /products/:product_id/folders/view/* | [
'controller' => 'Folders',
'action' => 'view',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/edit/* | [
'controller' => 'Folders',
'action' => 'edit',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/add/* | [
'controller' => 'Folders',
'action' => 'add',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/delete/* | [
'controller' => 'Folders',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/multiple_edit/* | [
'controller' => 'Folders',
'action' => 'multipleEdit',
'_method' => 'PUT',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/multiple_delete/* | [
'controller' => 'Folders',
'action' => 'multipleDelete',
'_method' => 'POST',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/download/* | [
'controller' => 'Folders',
'action' => 'download',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/folders/multiple_download/* | [
'controller' => 'Folders',
'action' => 'multipleDownload',
'_method' => 'POST',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/view/* | [
'controller' => 'Files',
'action' => 'view',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/thumbnail/* | [
'controller' => 'Files',
'action' => 'thumbnail',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/edit/* | [
'controller' => 'Files',
'action' => 'edit',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/delete/* | [
'controller' => 'Files',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/preview/* | [
'controller' => 'Files',
'action' => 'preview',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/download/* | [
'controller' => 'Files',
'action' => 'download',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/pointcloud/* | [
'controller' => 'Files',
'action' => 'pointcloud',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/tile/* | [
'controller' => 'Files',
'action' => 'tile',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/files/tile/* | [
'controller' => 'Files',
'action' => 'tile',
'_method' => 'PUT',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/uploads/signature/* | [
'controller' => 'Uploads',
'action' => 'signature',
'_method' => 'POST',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/uploads/success/* | [
'controller' => 'Uploads',
'action' => 'success',
'_method' => 'POST',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/participants | [
'controller' => 'Participants',
'action' => 'list',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/participants/add | [
'controller' => 'Participants',
'action' => 'add',
'prefix' => 'Products',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'POST',
],
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/participants/number/:number | [
'controller' => 'Participants',
'action' => 'number',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
(int) 1 => 'number',
],
] |
| /products/:product_id/participants/delete/:id | [
'controller' => 'Participants',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
(int) 1 => 'id',
],
] |
| /products/:product_id/participants/multiple_delete | [
'controller' => 'Participants',
'action' => 'multipleDelete',
'_method' => 'POST',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/facilities | [
'controller' => 'Facilities',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products/:product_id/facilities/edit | [
'controller' => 'Facilities',
'action' => 'edit',
'prefix' => 'Products',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'PUT',
],
] |
[
'product_id' => '\d+',
'id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /products | [
'controller' => 'Products',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /price | [
'controller' => 'Home',
'action' => 'price',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/top_default | [
'controller' => 'Organizations',
'action' => 'topDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/middle_levels | [
'controller' => 'Organizations',
'action' => 'middleLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/middle_default | [
'controller' => 'Organizations',
'action' => 'middleDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/low_levels | [
'controller' => 'Organizations',
'action' => 'lowLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/low_default | [
'controller' => 'Organizations',
'action' => 'lowDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /organizations/bottom_levels | [
'controller' => 'Organizations',
'action' => 'bottomLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/unapproved | [
'controller' => 'Mypages',
'action' => 'unapproved',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/readable | [
'controller' => 'Mypages',
'action' => 'readable',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/drafted | [
'controller' => 'Mypages',
'action' => 'drafted',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/confirmed | [
'controller' => 'Mypages',
'action' => 'confirmed',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/approved | [
'controller' => 'Mypages',
'action' => 'approved',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /mypages/approve_pending | [
'controller' => 'Mypages',
'action' => 'approvePending',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /municipality_status | [
'controller' => 'Home',
'action' => 'municipalityStatus',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /manuals | [
'controller' => 'Manuals',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /manuals/* | [
'controller' => 'Manuals',
'action' => 'show',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /informations/pointcloud_map | [
'controller' => 'Home',
'action' => 'pointcloudMap',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /informations/covid19 | [
'controller' => 'Home',
'action' => 'covid19',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /informations | [
'controller' => 'Informations',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /houjin/organization | [
'controller' => 'Houjins',
'action' => 'organization',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /healthcheck | [
'controller' => 'Home',
'action' => 'healthcheck',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /facilities | [
'controller' => 'Facilities',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'product_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /efforts | [
'controller' => 'Home',
'action' => 'efforts',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /draft_products/register/:id | [
'controller' => 'DraftProducts',
'action' => 'register',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'PUT',
],
] |
[
'id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /draft_products | [
'controller' => 'DraftProducts',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /documents/* | [
'controller' => 'Documents',
'action' => 'show',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/two_levels | [
'controller' => 'Designs',
'action' => 'twoLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/two_level_field_default | [
'controller' => 'Designs',
'action' => 'twoLevelFieldDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/three_levels | [
'controller' => 'Designs',
'action' => 'threeLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/three_level_field_default | [
'controller' => 'Designs',
'action' => 'threeLevelFieldDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/one_levels | [
'controller' => 'Designs',
'action' => 'oneLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/one_level_field_default | [
'controller' => 'Designs',
'action' => 'oneLevelFieldDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/four_levels | [
'controller' => 'Designs',
'action' => 'fourLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /designs/field_default | [
'controller' => 'Designs',
'action' => 'fieldDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /contractors/:organization_id | [
'controller' => 'Contractors',
'action' => 'view',
'_method' => 'GET',
'plugin' => null,
] |
[
'organization_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'organization_id',
],
] |
| /contact | [
'controller' => 'Home',
'action' => 'contact',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /constructions/method_levels | [
'controller' => 'Constructions',
'action' => 'methodLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /constructions/kind_default | [
'controller' => 'Constructions',
'action' => 'kindDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/statistics | [
'controller' => 'Statistics',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/products/csv | [
'controller' => 'Products',
'action' => 'csv',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/products/:id | [
'controller' => 'Products',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/products/:id | [
'controller' => 'Products',
'action' => 'view',
'_method' => 'PUT',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/products | [
'controller' => 'Products',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/products | [
'controller' => 'Products',
'action' => 'multiple',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/organizations/:org_id | [
'controller' => 'Organizations',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
],
] |
| /console/organizations/:org_id/invoice_mails | [
'controller' => 'Organizations',
'action' => 'addInvoiceMail',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
],
] |
| /console/organizations/:org_id/invoice_mails/:id | [
'controller' => 'Organizations',
'action' => 'removeInvoiceMail',
'_method' => 'DELETE',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/organizations | [
'controller' => 'Organizations',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/logout | [
'controller' => 'Logins',
'action' => 'logout',
'_method' => 'DELETE',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/login | [
'controller' => 'Logins',
'action' => 'login',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/login | [
'controller' => 'Logins',
'action' => 'login',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoices/download_list | [
'controller' => 'Invoices',
'action' => 'list',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoices/download | [
'controller' => 'Invoices',
'action' => 'download',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoices/csv | [
'controller' => 'Invoices',
'action' => 'csv',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoices/:id | [
'controller' => 'Invoices',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/invoices/:id | [
'controller' => 'Invoices',
'action' => 'view',
'_method' => 'PUT',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/invoices/:id/publish | [
'controller' => 'Invoices',
'action' => 'publish',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/invoices | [
'controller' => 'Invoices',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoices | [
'controller' => 'Invoices',
'action' => 'multipleStatus',
'_method' => 'PUT',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoiceable_clients/number/:id | [
'controller' => 'InvoiceableClients',
'action' => 'number',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/invoiceable_clients/add | [
'controller' => 'InvoiceableClients',
'action' => 'add',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoiceable_clients/add | [
'controller' => 'InvoiceableClients',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoiceable_clients/:org_id | [
'controller' => 'InvoiceableClients',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
],
] |
| /console/invoiceable_clients/:org_id | [
'controller' => 'InvoiceableClients',
'action' => 'view',
'_method' => 'PUT',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
],
] |
| /console/invoiceable_clients/:org_id | [
'controller' => 'InvoiceableClients',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Console',
'plugin' => null,
] |
[
'org_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
],
] |
| /console/invoiceable_clients/:org_id/price_rules | [
'controller' => 'PriceRules',
'action' => 'add',
'_method' => 'GET',
'prefix' => 'Console/InvoiceableClients',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/invoiceable_clients/:org_id/price_rules | [
'controller' => 'PriceRules',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Console/InvoiceableClients',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/invoiceable_clients/:org_id/price_rules/:id | [
'controller' => 'PriceRules',
'action' => 'edit',
'_method' => 'GET',
'prefix' => 'Console/InvoiceableClients',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/invoiceable_clients/:org_id/price_rules/:id | [
'controller' => 'PriceRules',
'action' => 'edit',
'_method' => 'PUT',
'prefix' => 'Console/InvoiceableClients',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/invoiceable_clients/:org_id/price_rules/:id | [
'controller' => 'PriceRules',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Console/InvoiceableClients',
'plugin' => null,
] |
[
'org_id' => '\d+',
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'org_id',
(int) 1 => 'id',
],
] |
| /console/invoiceable_clients | [
'controller' => 'InvoiceableClients',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods/send_email | [
'controller' => 'InvoicePeriods',
'action' => 'sendEmail',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods/send_email | [
'controller' => 'InvoicePeriods',
'action' => 'sendEmail',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods/add | [
'controller' => 'InvoicePeriods',
'action' => 'add',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods/add | [
'controller' => 'InvoicePeriods',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods | [
'controller' => 'InvoicePeriods',
'action' => 'delete',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/invoice_periods | [
'controller' => 'InvoicePeriods',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/informations/add | [
'controller' => 'Informations',
'action' => 'add',
'prefix' => 'Console',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'POST',
],
] |
[
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/informations/:id | [
'controller' => 'Informations',
'action' => 'edit',
'prefix' => 'Console',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'PUT',
],
] |
[
'id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/informations/:id | [
'controller' => 'Informations',
'action' => 'remove',
'_method' => 'DELETE',
'prefix' => 'Console',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/informations | [
'controller' => 'Informations',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/users | [
'controller' => 'Users',
'action' => 'import',
'_method' => 'GET',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/users | [
'controller' => 'Users',
'action' => 'import',
'_method' => 'POST',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/products | [
'controller' => 'Products',
'action' => 'import',
'_method' => 'GET',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/products | [
'controller' => 'Products',
'action' => 'import',
'_method' => 'POST',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/master_org_codes | [
'controller' => 'MasterOrgCodes',
'action' => 'import',
'_method' => 'GET',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/master_org_codes | [
'controller' => 'MasterOrgCodes',
'action' => 'import',
'_method' => 'POST',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/facilities | [
'controller' => 'Facilities',
'action' => 'import',
'_method' => 'GET',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/facilities | [
'controller' => 'Facilities',
'action' => 'import',
'_method' => 'POST',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/draft_products | [
'controller' => 'DraftProducts',
'action' => 'import',
'_method' => 'GET',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import/draft_products | [
'controller' => 'DraftProducts',
'action' => 'import',
'_method' => 'POST',
'prefix' => 'Console/Import',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/import | [
'controller' => 'Import',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/commands/product_folders | [
'controller' => 'Commands',
'action' => 'generateProductFolder',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/commands/alias_name | [
'controller' => 'Commands',
'action' => 'registerAliasName',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/commands | [
'controller' => 'Commands',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/claims | [
'controller' => 'Claims',
'action' => 'create',
'_method' => 'GET',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/claims | [
'controller' => 'Claims',
'action' => 'create',
'_method' => 'POST',
'prefix' => 'Console',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /console/api/products/:id | [
'controller' => 'Products',
'action' => 'edit',
'_method' => 'PATCH',
'prefix' => 'Console/Api',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'id',
],
] |
| /console/api/products | [
'controller' => 'Products',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Console/Api',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /clients/:organization_id | [
'controller' => 'Clients',
'action' => 'view',
'_method' => 'GET',
'plugin' => null,
] |
[
'organization_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'organization_id',
],
] |
| /api_support_vendors/:product_name | [
'controller' => 'ApiSupportVendors',
'action' => 'view',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_name',
],
] |
| /api_support_vendors | [
'controller' => 'ApiSupportVendors',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api_specification | [
'controller' => 'Home',
'action' => 'apiSpecification',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/v1/users/me/products/search | [
'controller' => 'Products',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Api/V1/Users/Me',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/v1/products/search | [
'controller' => 'Products',
'action' => 'index',
'_method' => 'GET',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/v1/products/return/:product_id | [
'controller' => 'Products',
'action' => 'return',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/photo/:product_id | [
'controller' => 'Products',
'action' => 'photo',
'_method' => 'GET',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/photo/:product_id | [
'controller' => 'Products',
'action' => 'savePhoto',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/photo/:product_id | [
'controller' => 'Products',
'action' => 'deletePhoto',
'_method' => 'DELETE',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/import_shizuoka | [
'controller' => 'Products',
'action' => 'importShizuoka',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/v1/products/import_shizuoka | [
'controller' => 'Products',
'action' => 'importShizuoka',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/v1/products/confirm/:product_id | [
'controller' => 'Products',
'action' => 'confirm',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/approve/:product_id | [
'controller' => 'Products',
'action' => 'approve',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id | [
'controller' => 'Products',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id | [
'controller' => 'Products',
'action' => 'edit',
'prefix' => 'Api/V1',
'plugin' => null,
'_method' => [
(int) 0 => 'PUT',
(int) 1 => 'PATCH',
],
] |
[
'product_id' => '\d+',
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id | [
'controller' => 'Products',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/upload_endpoints/signature/* | [
'controller' => 'UploadEndpoints',
'action' => 'signature',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/upload_endpoints/success/* | [
'controller' => 'UploadEndpoints',
'action' => 'success',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/simple/* | [
'controller' => 'Uploads',
'action' => 'uploadSimple',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/initialize/* | [
'controller' => 'Uploads',
'action' => 'init',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/part/* | [
'controller' => 'Uploads',
'action' => 'part',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/merge/* | [
'controller' => 'Uploads',
'action' => 'merge',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/abort/* | [
'controller' => 'Uploads',
'action' => 'abort',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/uploads/register/* | [
'controller' => 'Uploads',
'action' => 'register',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/items/presigned_downloads/* | [
'controller' => 'Items',
'action' => 'presignedDownload',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/items/downloads/* | [
'controller' => 'Items',
'action' => 'download',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/items/deletes/* | [
'controller' => 'Items',
'action' => 'multipleDelete',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/files/* | [
'controller' => 'Files',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/files/* | [
'controller' => 'Files',
'action' => 'edit',
'_method' => 'PATCH',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/files/* | [
'controller' => 'Files',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/folders/* | [
'controller' => 'Folders',
'action' => 'view',
'_method' => 'GET',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/folders/* | [
'controller' => 'Folders',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/folders/* | [
'controller' => 'Folders',
'action' => 'edit',
'_method' => 'PATCH',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products/:product_id/folders/* | [
'controller' => 'Folders',
'action' => 'delete',
'_method' => 'DELETE',
'prefix' => 'Api/V1/Products',
'plugin' => null,
] |
[
'product_id' => '\d+',
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'pass' => [
(int) 0 => 'product_id',
],
] |
| /api/v1/products | [
'controller' => 'Products',
'action' => 'add',
'_method' => 'POST',
'prefix' => 'Api/V1',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /api/* | [
'controller' => 'Api',
'action' => 'preflight',
'_method' => 'OPTIONS',
'prefix' => 'Api',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /addresses/pref_default | [
'controller' => 'Addresses',
'action' => 'prefDefault',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /addresses/city_levels | [
'controller' => 'Addresses',
'action' => 'cityLevels',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| / | [
'controller' => 'Home',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => null,
'_ext' => [
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
|
|
return $r; |
|
} |
|
} |
|
throw new MissingRouteException(['url' => $urlPath]); |
|
} |
|
|
|
/** |
|
* Get the set of names from the $url. Accepts both older style array urls, |
If you want to customize this error message, create templates/Error/missing_route.php