We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958eaaa commit 6418f11Copy full SHA for 6418f11
routes/web.php
@@ -20,7 +20,6 @@
20
})->middleware(['auth', 'verified'])->name('dashboard');
21
22
Route::middleware('auth')->group(function () {
23
-
24
Route::redirect('settings', 'settings/profile');
25
26
Route::get('settings/profile', [ProfileController::class, 'edit'])->name('profile.edit');
0 commit comments