This commit is contained in:
@@ -249,6 +249,25 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
* 신홍보확인서 현황
|
||||
*/
|
||||
$routes->group('m712', static function ($routes) {
|
||||
$routes->get('m712a/lists', 'M712::lists');
|
||||
$routes->get('m712a/detail/(:num)', 'M712::detail/$1');
|
||||
|
||||
/**
|
||||
* 신홍보확인서 현황 - API
|
||||
*/
|
||||
$routes->get('m712a/getResultList', 'M712::getResultList');
|
||||
$routes->post('m712a/rotateImage', 'M712::rotateImage'); // 이미지 회전
|
||||
$routes->post('m712a/uploadFile', 'M712::uploadFile'); // 파일업로드
|
||||
$routes->post('m712a/saveNotReceived', 'M712::saveNotReceived'); // 서류미수취 저장
|
||||
$routes->post('m712a/nextRegi', 'M712::saveRegi'); // 매물저장
|
||||
$routes->post('m712a/nextRegi', 'M712::nextRegi'); // 매물저장
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user