아파트평면도 목록 페이지 추가
This commit is contained in:
@@ -54,7 +54,6 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
|
||||
// 관할포인트 인쇄
|
||||
$routes->get('apt/print', 'Apt::print');
|
||||
|
||||
|
||||
/** API - 아파트단지 */
|
||||
$routes->get('apt/getAptLists', 'Apt::getAptLists');
|
||||
$routes->post('apt/saveAptMemo', 'Apt::saveAptMemo');
|
||||
@@ -92,6 +91,21 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
|
||||
*/
|
||||
$routes->get('apt/delChgApt/getAptLists', 'DelChgApt::getAptLists');
|
||||
$routes->post('apt/delChgApt/chgAptHscp', 'Apt::chgAptHscp');
|
||||
|
||||
|
||||
// 아파트 평면도
|
||||
$routes->get('apt/lists2', 'Ground::lists');
|
||||
|
||||
/**
|
||||
* 아파트 평면도 - API
|
||||
*/
|
||||
$routes->get('apt/ground/getAptLists', 'Ground::getAptLists');
|
||||
$routes->get('apt/ground/excel', 'Ground::excel');
|
||||
$routes->post('apt/ground/chgAptDamdang', 'Ground::chgAptDamdang');
|
||||
$routes->post('apt/ground/uploadFile', 'Ground::uploadFile');
|
||||
$routes->get('apt/ground/print', 'Ground::print');
|
||||
|
||||
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user