Add authentication middleware to download.backup route in web.php
This commit is contained in:
parent
c6844ff47a
commit
c961e6d9c7
@ -131,7 +131,7 @@
|
||||
} catch (\Throwable $e) {
|
||||
throw $e;
|
||||
}
|
||||
})->name('download.backup');
|
||||
})->middleware('auth')->name('download.backup');
|
||||
|
||||
Route::get('/admin', AdminIndex::class)->name('admin.index');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user