Skip to content

Commit

Permalink
Adding updates to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Sep 16, 2024
1 parent 1536fe0 commit b65089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
});

Route::middleware(['web'])->group(function () {
// Add social routes
// Add social redirect and callback routes
Route::get('auth/{driver}/redirect', [SocialController::class, 'redirect']);
Route::get('auth/{driver}/callback', [SocialController::class, 'callback']);

Expand Down

0 comments on commit b65089c

Please sign in to comment.