feat(routes): remove welcome route to streamline authentication flow
This commit is contained in:
@@ -6,6 +6,3 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/auth/google/redirect', [GoogleAuthController::class, 'redirect'])->name('auth.google.redirect');
|
||||
Route::get('/api/auth/google/callback', [GoogleAuthController::class, 'callback'])->name('auth.google.callback');
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user