diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 7cb4334..d2b2a52 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -73,25 +73,6 @@ $routes->group('api', function ($routes) { }); // Master Data - $routes->group('race', function ($routes) { - $routes->get('/', 'Race::index'); - $routes->get('(:num)', 'Race::show/$1'); - }); - - $routes->group('country', function ($routes) { - $routes->get('/', 'Country::index'); - $routes->get('(:num)', 'Country::show/$1'); - }); - - $routes->group('religion', function ($routes) { - $routes->get('/', 'Religion::index'); - $routes->get('(:num)', 'Religion::show/$1'); - }); - - $routes->group('ethnic', function ($routes) { - $routes->get('/', 'Ethnic::index'); - $routes->get('(:num)', 'Ethnic::show/$1'); - }); // Location $routes->group('location', function ($routes) {