diff --git a/routes/web.php b/routes/web.php index 1264275..e5a12aa 100755 --- a/routes/web.php +++ b/routes/web.php @@ -100,6 +100,7 @@ // Idendification routes $router->group(['prefix' => '/identifications'] , function () use ($router){ $router->post('','WalletServiceController@post'); + $router->put('','WalletServiceController@put'); $router->post('{id_identification}','WalletServiceController@postWithFiles'); $router->get('{user_phone}','WalletServiceController@get'); $router->get('verify/{user_phone}','WalletServiceController@get');