Commit 3ceab15e by hfpp2012 yinsigan

fix route

1 parent 21f626f6
......@@ -29,4 +29,4 @@ Route::get('/', function () {
// return $users;
// });
Route::get('/users', ['uses' => 'UsersController@index']);
Route::get('/users', 'UsersController@index');
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!