Wp for the site

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-08 18:10:30 -04:00
parent 65331780f6
commit 21e9a6a806
3 changed files with 558 additions and 8 deletions
+8
View File
@@ -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');