update index method in BerandaController to return beranda-admin view

This commit is contained in:
LailaWulandarii 2025-12-21 23:34:38 +07:00
parent 28df69a7d4
commit a4ea7e26ef
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class BerandaController extends Controller
public function index() public function index()
{ {
return view('admin.beranda-pemilik'); return view('admin.beranda-admin');
} }
} }