send emsil

This commit is contained in:
dev-chiefworks
2023-04-15 11:31:29 -04:00
parent e20b2bfc1f
commit 79b8160920
6 changed files with 81 additions and 15 deletions
+1
View File
@@ -37,6 +37,7 @@ $routes->get('/', 'Home::index');
$routes->get('/about', 'Home::about');
$routes->get('/services', 'Home::services');
$routes->get('/contact', 'Home::contact');
$routes->post('/contact', 'Home::contactSend');
/*
* --------------------------------------------------------------------