Wp for the site
This commit is contained in:
@@ -29,12 +29,20 @@ $routes->setAutoRoute(true);
|
||||
* --------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
// We get a performance increase by specifying the default
|
||||
// route since we don't have to scan directories.
|
||||
$routes->get('/', 'Home::index');
|
||||
$routes->get('/wp/', 'Dengine::index');
|
||||
$routes->get('/merms/wp/', 'Merms::index');
|
||||
|
||||
$routes->get('/en/floatweb/api/v1/wp/', 'FloatWeb::index');
|
||||
|
||||
|
||||
$routes->get('/merms/wp/', 'Merms::index');
|
||||
|
||||
|
||||
|
||||
//CHIEFSOFT WEBSITE
|
||||
$routes->get('/chiefsoft/site/blogdata', 'Chiefsoft::blogdata'); // when no limit is sent
|
||||
$routes->post('/chiefsoft/site/contact', 'Chiefsoft::contact');
|
||||
|
||||
Reference in New Issue
Block a user