NotFoundHttpException в Application-> handleDispatcherResponse (array (2, array (GET, POST)) *
$router->group(['prefix' => 'api'], function () use ($router) {
$router->post('contingent', ['as' => 'createContingent','uses' => 'ContingentController@showById']);
$router->get('contingent', 'ContingentController@showAllContingent');
}
Я получаю доступ к этим POST-маршрутам в угловых 4:
$router->post('contingent', ['as' => 'createContingent','uses' => 'ContingentController@showById']);
И затемошибка:
MethodNotAllowedHttpException
в Application-> handleDispatcherResponse (массив (2, массив (GET, POST))) в строке RoutesRequest.php 164
есть ошибка вмой просвет просвет или в угловых 4?