catchAdmin/catch/login/route.php

6 lines
154 B
PHP
Raw Normal View History

2020-04-29 17:37:45 +08:00
<?php
# 登入
$router->post('login', '\catchAdmin\login\controller\Index@login');
2020-05-18 10:12:33 +08:00
$router->post('logout', '\catchAdmin\login\controller\Index@logout');
2020-04-29 17:37:45 +08:00