1
0
Fork 0

更新 routes/web.php

panliang 2023-12-01 09:52:12 +08:00
parent 9ecc48dfaf
commit 97f72f7e52
1 changed files with 1 additions and 3 deletions

View File

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