just use web group by default

This commit is contained in:
Taylor Otwell
2016-03-23 17:04:42 -05:00
parent 1d5e88d0fb
commit 5c30c98db9
2 changed files with 19 additions and 8 deletions

View File

@@ -11,10 +11,6 @@
|
*/
Route::group(['middleware' => ['web']], function () {
Route::get('/', function () {
return view('welcome');
});
Route::get('/', function () {
return view('welcome');
});