Starter code added
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user