This commit is contained in:
@@ -124,6 +124,16 @@ $routes->group('', ['namespace' => 'App\Controllers\Article'], static function (
|
||||
$routes->get('excel', 'GroundCnt::excel');
|
||||
});
|
||||
|
||||
/**
|
||||
* 현장확인V2 매물 접수 현황
|
||||
*/
|
||||
$routes->group('article/receipt2', static function ($routes) {
|
||||
$routes->get('lists', 'Receipt2::lists');
|
||||
|
||||
$routes->get('getResultList', 'Receipt2::getResultList');
|
||||
$routes->get('excel', 'Receipt2::excel');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user