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 5a6b533 commit c196cceCopy full SHA for c196cce
routes/settings.php
@@ -6,7 +6,7 @@
6
use Inertia\Inertia;
7
8
Route::middleware('auth')->group(function () {
9
- Route::redirect('settings', 'settings/profile');
+ Route::redirect('settings', '/settings/profile');
10
11
Route::get('settings/profile', [ProfileController::class, 'edit'])->name('profile.edit');
12
Route::patch('settings/profile', [ProfileController::class, 'update'])->name('profile.update');
0 commit comments