This commit is contained in:
@@ -173,6 +173,20 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 현장확인매물 홍보확인서
|
||||
*/
|
||||
$routes->group('m708', static function ($routes) {
|
||||
$routes->get('m708a/lists', 'M708::lists');
|
||||
$routes->get('m708a/detail/(:num)', 'M708::detail/$1');
|
||||
|
||||
/**
|
||||
* 1차 재검증 매물현황 - API
|
||||
*/
|
||||
$routes->get('m708a/getResultList', 'M708::getResultList');
|
||||
$routes->get('m708a/excel', 'M708::excel');
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user