This commit is contained in:
@@ -268,6 +268,21 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 모바일확인V2 매물현황
|
||||
*/
|
||||
$routes->group('m713', static function ($routes) {
|
||||
$routes->get('m713a/lists', 'M713::lists');
|
||||
$routes->get('m713a/detail/(:num)', 'M713::detail/$1');
|
||||
|
||||
/**
|
||||
* 모바일확인V2 매물현황 - API
|
||||
*/
|
||||
$routes->get('m713a/getResultList', 'M713::getResultList');
|
||||
$routes->get('m713a/excel', 'M713::excel');
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user