调整自动跳转后台

main
liutk 2024-06-09 10:45:50 +08:00
parent a3c9d8f25f
commit 709069902f
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', 302);
return view('welcome');
});