Added post
This commit is contained in:
@@ -35,7 +35,10 @@ $routes->setAutoRoute(true);
|
|||||||
$routes->get('/', 'Home::home');
|
$routes->get('/', 'Home::home');
|
||||||
$routes->get('/about', 'Home::about');
|
$routes->get('/about', 'Home::about');
|
||||||
$routes->get('/services', 'Home::services');
|
$routes->get('/services', 'Home::services');
|
||||||
|
|
||||||
$routes->get('/contact', 'Home::contact');
|
$routes->get('/contact', 'Home::contact');
|
||||||
|
$routes->post('/contact', 'Home::contact');
|
||||||
|
|
||||||
$routes->get('/blog', 'Home::blog');
|
$routes->get('/blog', 'Home::blog');
|
||||||
/*
|
/*
|
||||||
* --------------------------------------------------------------------
|
* --------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user