This commit is contained in:
@@ -113,6 +113,17 @@ $routes->group('', ['namespace' => 'App\Controllers\Article'], static function (
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 아파트 평면도
|
||||
*/
|
||||
$routes->group('article/ground_ctn', static function ($routes) {
|
||||
$routes->get('lists', 'GroundCnt::lists');
|
||||
$routes->get('detail/(:num)', 'GroundCnt::detail/$1');
|
||||
|
||||
$routes->get('getResultList', 'GroundCnt::getResultList');
|
||||
$routes->get('excel', 'GroundCnt::excel');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user