aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Auth/routes_public.php
blob: 79f5b513abb35b5f7f9f7c43b7692d91a630b3ed (plain) (blame)
1
2
3
4
<?php

$router->post('/login', 'LoginController@login');
$router->post('/login/refresh', 'LoginController@refresh');