catchAdmin/catch/login/route.php

5 lines
84 B
PHP
Raw Normal View History

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