This commit is contained in:
2023-11-29 16:00:03 +05:00
parent ede8513ebf
commit 70161a8fcc
2 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,4 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::get('/', function () {
return view('welcome');
});
Reoute::redirect('/', config('nova.path'));