[
0 => [
'method' => 'DELETE',
'path' => '/contact/destroy/{id:string}',
'action' => '\\app\\Controllers\\ContactController@destroy',
'type' => 'controller',
'name' => 'contact.destroy',
'csrf' => 1,
'jwt' => 0,
'cache' => -1,
'arg' => [],
'isRoute' => false,
'middleware' => NULL,
],
1 => [
'method' => 'DELETE',
'path' => '/contact/destroy_api/{id:string}',
'action' => '\\app\\Controllers\\ContactController@destroy_api',
'type' => 'controller',
'name' => 'contact.destroy_api',
'csrf' => 0,
'jwt' => 0,
'cache' => -1,
'arg' => [],
'isRoute' => false,
'middleware' => NULL,
],
]