更新 routes/web.php
parent
9ecc48dfaf
commit
97f72f7e52
|
|
@ -13,6 +13,4 @@ use Illuminate\Support\Facades\Route;
|
|||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::redirect('/', '/admin');
|
||||
|
|
|
|||
Loading…
Reference in New Issue