Skip to content

Commit 6418f11

Browse files
committed
wip
1 parent 958eaaa commit 6418f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routes/web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
})->middleware(['auth', 'verified'])->name('dashboard');
2121

2222
Route::middleware('auth')->group(function () {
23-
2423
Route::redirect('settings', 'settings/profile');
2524

2625
Route::get('settings/profile', [ProfileController::class, 'edit'])->name('profile.edit');

0 commit comments

Comments
 (0)