update
This commit is contained in:
14
catch/cms/route.php
Normal file
14
catch/cms/route.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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');
|
Reference in New Issue
Block a user