This commit is contained in:
@@ -130,6 +130,22 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
$routes->post('m704a/getNextFaxImgs', 'M704::getNextFaxImgs'); // 다음매물확인
|
||||
});
|
||||
|
||||
/**
|
||||
* 등기부등본확인매물현황
|
||||
*/
|
||||
$routes->group('m705', static function ($routes) {
|
||||
$routes->get('m705a/lists', 'M705::lists');
|
||||
$routes->get('m705a/detail/(:num)', 'M705::detail/$1');
|
||||
|
||||
/**
|
||||
* 등기부등본확인매물현황 - API
|
||||
*/
|
||||
$routes->get('m705a/getResultList', 'M705::getResultList');
|
||||
$routes->get('m705a/excel', 'M705::excel');
|
||||
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user