Merge branch 'master' into 3-category-crud

This commit is contained in:
pesu98
2026-05-12 10:43:43 +08:00
5 changed files with 168 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ use App\Http\Controllers\UserController;
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
return view('home');
});
Route::get('/dashboard', function () {