强制跳转后台
parent
b9ec57706b
commit
e37cafd7ab
|
|
@ -14,8 +14,6 @@ use Illuminate\Support\Facades\Route;
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Route::get('/', function () {
|
Route::redirect('/', '/admin', 302);
|
||||||
return view('welcome');
|
|
||||||
});
|
|
||||||
|
|
||||||
Route::get('/print-const-flow', [PrintController::class, 'showConst']);
|
Route::get('/print-const-flow', [PrintController::class, 'showConst']);
|
||||||
Loading…
Reference in New Issue