Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created July 6, 2020 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blogcacanid/70e639580ae12fc5897a85a0250113f6 to your computer and use it in GitHub Desktop.
Save blogcacanid/70e639580ae12fc5897a85a0250113f6 to your computer and use it in GitHub Desktop.
Routes.php
//$routes->setDefaultController('Home');
$routes->setDefaultController('Pegawai');
...
//$routes->get('/', 'Home::index');
$routes->get('/', 'Pegawai::index');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment