mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Fixed middlwares after jetstream removal
This commit is contained in:
committed by
Constantin Graf
parent
90a5c2b87c
commit
49e69b85a6
@@ -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