This commit is contained in:
@@ -152,6 +152,23 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 1차 재검증 매물현황
|
||||
*/
|
||||
$routes->group('m706', static function ($routes) {
|
||||
$routes->get('m706a/lists', 'M706::lists');
|
||||
$routes->get('m706a/detail/(:num)', 'M706::detail/$1');
|
||||
|
||||
/**
|
||||
* 1차 재검증 매물현황 - API
|
||||
*/
|
||||
$routes->get('m706a/getResultList', 'M706::getResultList');
|
||||
$routes->get('m706a/excel', 'M706::excel');
|
||||
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user