Remove terminology for "web routes".
This commit is contained in:
parent
587e514719
commit
527306a14c
|
@ -16,14 +16,9 @@
|
|||
});
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This route group applies the "web" middleware group to every route
|
||||
| it contains. The "web" middleware group is defined in your HTTP
|
||||
| kernel and includes session state, CSRF protection, and more.
|
||||
|
|
||||
*/
|
||||
|
||||
Route::group(['middleware' => 'web'], function () {
|
||||
|
|
Loading…
Reference in New Issue