mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fix dashboard web route
This commit is contained in:
+1
-1
@@ -41,5 +41,5 @@ Route::get('/account/password/reset/{token}', function ($token) {
|
||||
})->name('account.password.reset');
|
||||
|
||||
Route::get('/dashboard', function () {
|
||||
return view('pages.dashboard.index');
|
||||
return view('pages.dashboards.index');
|
||||
})->name('dashboard');
|
||||
|
||||
Reference in New Issue
Block a user