diff --git a/routes/web.php b/routes/web.php index 959cc06be..a05aa8e3e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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');