catchAdmin/catch/login/route.php

5 lines
84 B
PHP
Raw Normal View History

2019-12-02 23:04:43 +08:00
<?php
# 登入
2019-12-12 18:52:56 +08:00
$router->post('login', '\catchAdmin\login\controller\Index@login');