A route is a way to remapping, makes more meaningful and SEO friendly URLs. The visitor views the newly generated page URL and the route calls the defined action URL which will be hidden from the visitors.
In CodeIgniter, a URL consists of controller-name/method-name
but you can manipulate it by declaring routing.
All routed actions will be written on the specific file.