mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 02:02:15 +01:00
Fixed middlwares after jetstream removal
This commit is contained in:
@@ -33,6 +33,7 @@ Route::get('/shared-report', function () {
|
||||
|
||||
Route::middleware([
|
||||
'auth:web',
|
||||
'auth.session',
|
||||
'verified',
|
||||
])->group(function (): void {
|
||||
Route::get('/dashboard', [DashboardController::class, 'dashboard'])->name('dashboard');
|
||||
|
||||
Reference in New Issue
Block a user