아파트평면도 엑셀업로드 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled
This commit is contained in:
@@ -103,6 +103,7 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
|
||||
*/
|
||||
$routes->get('apt/ground/getAptLists', 'Ground::getAptLists');
|
||||
$routes->get('apt/ground/excel', 'Ground::excel');
|
||||
$routes->post('apt/ground/uploadExcel', 'Ground::uploadExcel');
|
||||
$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