$routes->get('/', 'pages::index');$routes->get('/komik/create', 'komik::create');$routes->get('/komik/(:segment)', 'komik::detail/$1');