Skip to content

Commit 08cd366

Browse files
committed
routes update
1 parent 7e0adf9 commit 08cd366

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

routes/web.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
|
1414
*/
1515

16-
Route::group(['middleware' => ['web', 'activity']], function () {
17-
// Homepage Route
18-
Route::get('/', 'WelcomeController@welcome')->name('welcome');
19-
});
16+
// Homepage Route
17+
Route::get('/', 'WelcomeController@welcome')->name('welcome');
2018

2119
// Authentication Routes
2220
Auth::routes();

0 commit comments

Comments
 (0)