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