This commit is contained in:
Olu Amey
2022-03-15 08:43:29 -04:00
parent 55789bd279
commit 84f7f24080
2 changed files with 483 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ $routes->setAutoRoute(true);
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('/wp/', 'Dengine::index');
$routes->get('/merms/wp/', 'Merms::index');
/*
* --------------------------------------------------------------------