This commit is contained in:
yanwenwu
2020-05-18 10:12:33 +08:00
parent f913f76bd2
commit b4bb0a1910
2 changed files with 3 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
<?php
# 登入
$router->post('login', '\catchAdmin\login\controller\Index@login');
$router->post('logout', '\catchAdmin\login\controller\Index@logout');