This commit is contained in:
ct
2025-08-10 22:02:08 +08:00
parent 42682e02cb
commit ff07259e22

View File

@@ -1,7 +1,3 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});