This commit is contained in:
JaguarJack
2020-04-29 17:37:45 +08:00
parent 4d444e9bbc
commit b192a0151f
67 changed files with 4856 additions and 0 deletions

4
catch/login/route.php Normal file
View File

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