Added post

This commit is contained in:
dev-chiefworks
2022-04-30 22:20:22 -04:00
parent 315b59dc92
commit 66cd78f791
+3
View File
@@ -35,7 +35,10 @@ $routes->setAutoRoute(true);
$routes->get('/', 'Home::home');
$routes->get('/about', 'Home::about');
$routes->get('/services', 'Home::services');
$routes->get('/contact', 'Home::contact');
$routes->post('/contact', 'Home::contact');
$routes->get('/blog', 'Home::blog');
/*
* --------------------------------------------------------------------