mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 移除用不到的控制器
This commit is contained in:
parent
ea7e59a375
commit
e97f32daae
@ -5,9 +5,6 @@ namespace app\admin\controller;
|
||||
use app\util\ReturnCode;
|
||||
|
||||
class Index extends Base {
|
||||
public function index() {
|
||||
return json(['welcome']);
|
||||
}
|
||||
|
||||
public function upload() {
|
||||
$path = '/upload/' . date('Ymd', time()) . '/';
|
||||
|
Loading…
x
Reference in New Issue
Block a user