251201
This commit is contained in:
10
app/Config/Routes.php
Normal file
10
app/Config/Routes.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
use CodeIgniter\Router\RouteCollection;
|
||||
|
||||
/**
|
||||
* @var RouteCollection $routes
|
||||
*/
|
||||
$routes->get('/', 'Home::index');
|
||||
|
||||
$routes->get('/hello', 'Home::hello');
|
||||
Reference in New Issue
Block a user