routes added

This commit is contained in:
2025-02-17 00:41:53 -05:00
parent 5f61b972f5
commit f09e7ebdfa
2 changed files with 24 additions and 238 deletions
+3
View File
@@ -6,3 +6,6 @@ use CodeIgniter\Router\RouteCollection;
* @var RouteCollection $routes
*/
$routes->get('/', 'Home::index');
$routes->get('/portfolio', 'Portfolio::index');
$routes->get('/about', 'About::index');
$routes->get('/services', 'Services::index');