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