diff --git a/app/Http/routes.php b/app/Http/routes.php index 6dba0050..4f960111 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -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 () {