Commit 207c7a1e authored by hujun's avatar hujun

route group

parent 394ac15f
......@@ -39,3 +39,7 @@ Route::rule([
/*Error
Route::rule(['/city/:name' => 'error/index'] , '' ,'GET');*/
Route::group('index',[
'member' => ['index/member.index/member',['method' => 'get']]
]);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment