delete:冗余模块

This commit is contained in:
JaguarJack
2020-09-28 11:14:02 +08:00
parent 4b8d5aa507
commit bece4dac86
4 changed files with 0 additions and 72 deletions

View File

@@ -1,14 +0,0 @@
<?php
// you should user `$router`
$router->group(function () use ($router){
});
//hello路由
$router->resource('hello', '\catchAdmin\cms\controller\Hello')->middleware('auth');
//hello路由
$router->resource('hello', '\catchAdmin\cms\controller\Hello')->middleware('auth');