Coba Webhook 3

This commit is contained in:
mikael-zakaria 2026-04-15 15:43:26 +07:00
parent 2bb60d6a2b
commit ee755e128b

View File

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