home page

This commit is contained in:
CHIEFSOFT\ameye
2024-04-25 07:04:35 -04:00
parent 1c575d248a
commit f753b60601
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
return view('home_view');
}
}