Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Apr 22, 2024
1 parent 6681a07 commit ffe8588
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
*/

Route::middleware('guest')->group(function () {
// Route::get('/', function () {
// return redirect()->route('filament.auth.login');
// });

Route::get('/auth/redirect', [CoreAuthController::class, 'redirect'])
->name('vatsimuk.redirect');

Expand Down

0 comments on commit ffe8588

Please sign in to comment.