catchAdmin/catch/login/route.php
2020-05-18 13:41:46 +08:00

7 lines
237 B
PHP

<?php
# 登入
$router->post('login', '\catchAdmin\login\controller\Index@login');
$router->post('logout', '\catchAdmin\login\controller\Index@logout');
$router->post('refresh/token', '\catchAdmin\login\controller\Index@refreshToken');