diff --git a/src/routes/web.php b/src/routes/web.php index 67fd3d6..b9b0317 100644 --- a/src/routes/web.php +++ b/src/routes/web.php @@ -1,6 +1,7 @@ name('cards.index'); + Route::get('/dashboard', function () { return view('dashboard'); })->middleware(['auth', 'verified'])->name('dashboard');