Starter code added

This commit is contained in:
tokslaw7
2025-04-22 12:18:23 -04:00
parent e8abdcd03f
commit c45eab4af0
159 changed files with 20948 additions and 4160 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ use CodeIgniter\Router\RouteCollection;
*/
$routes->get('/', 'Home::index');
$routes->get('/portfolio', 'Portfolio::index');
$routes->get('/about', 'About::index');
$routes->get('/about', 'about::index');
$routes->get('/services', 'Services::index');