diff --git a/routes/web.php b/routes/web.php index d8588a8..ae3beef 100644 --- a/routes/web.php +++ b/routes/web.php @@ -13,4 +13,4 @@ use Illuminate\Support\Facades\Route; | */ -Reoute::redirect('/', config('nova.path')); +Route::redirect('/', config('nova.path'));