1 2 3 4
<?php $router->post('/login', 'LoginController@login'); $router->post('/login/refresh', 'LoginController@refresh');