Coba Webhook

This commit is contained in:
mikael-zakaria 2026-04-15 15:26:31 +07:00
parent 076b8a97ec
commit 52b50642ef

View File

@ -6,6 +6,6 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
return view('welcome_messagae');
}
}