Skip to content

Commit 799dd5c

Browse files
committed
Routes without auth middleware
1 parent 449f9d6 commit 799dd5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CypressServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ protected function addRoutes()
3030
{
3131
Route::namespace('')
3232
->middleware('web')
33+
->withoutMiddleware('auth')
3334
->group(__DIR__.'/routes/cypress.php');
3435
}
3536
}

0 commit comments

Comments
 (0)