Skip to content

Commit 034fe07

Browse files
author
Ivan
committed
remove web from route since it's already in RouteServiceProvider
1 parent a48af04 commit 034fe07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| and give it the controller to call when that URI is requested.
1111
|
1212
*/
13-
Route::group(['middlewareGroups' => ['web']], function () {
13+
//Route::group(['middlewareGroups' => ['web']], function () {
1414

1515
/**
1616
* @start KB Authentication Routes
@@ -72,4 +72,4 @@
7272
/**
7373
* @end Admin Routes
7474
*/
75-
});
75+
//});

0 commit comments

Comments
 (0)