强制跳转后台

main
vine_liutk 2023-08-17 10:15:57 +08:00
parent b9ec57706b
commit e37cafd7ab
1 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::get('/', function () {
return view('welcome');
});
Route::redirect('/', '/admin', 302);
Route::get('/print-const-flow', [PrintController::class, 'showConst']);