This commit is contained in:
yangsh
2025-12-02 12:21:12 +09:00
parent 170a046692
commit f5eb8d4788
6 changed files with 5 additions and 80 deletions

View File

@@ -8,3 +8,6 @@ use CodeIgniter\Router\RouteCollection;
$routes->get('/', 'Home::index');
$routes->get('/hello', 'Home::hello');
$routes->get('/dashboard', 'Main::dashboard');