This commit is contained in:
@@ -134,6 +134,16 @@ $routes->group('', ['namespace' => 'App\Controllers\Article'], static function (
|
||||
$routes->get('excel', 'Receipt2::excel');
|
||||
});
|
||||
|
||||
/**
|
||||
* 현장확인V2 조직별 배정 현황
|
||||
*/
|
||||
$routes->group('article/dept2', static function ($routes) {
|
||||
$routes->get('lists', 'Dept2::lists');
|
||||
|
||||
$routes->get('getResultList', 'Dept2::getResultList');
|
||||
$routes->get('excel', 'Dept2::excel');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user