단지코드 변경 페이지 추가
This commit is contained in:
@@ -83,6 +83,15 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
|
||||
$routes->post('apt/savePhoCate', 'Apt::savePhoCate');
|
||||
$routes->post('apt/reqRemovePho', 'Apt::reqRemovePho');
|
||||
|
||||
|
||||
// 단지번호 변경/삭제
|
||||
$routes->get('apt/del_chg_hscp_no', 'DelChgApt::lists');
|
||||
|
||||
/**
|
||||
* 단지번호 변경/삭제 - API
|
||||
*/
|
||||
$routes->get('apt/delChgApt/getAptLists', 'DelChgApt::getAptLists');
|
||||
$routes->post('apt/delChgApt/chgAptHscp', 'Apt::chgAptHscp');
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user