버튼 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-12 15:53:12 +09:00
parent 7a889170b6
commit b164c5b409
4 changed files with 130 additions and 0 deletions

View File

@@ -231,6 +231,8 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
* 모바일 추가 서류 - API
*/
$routes->get('m710a/getResultList', 'M710::getResultList');
$routes->get('m710a/excel', 'M710::excel');
$routes->get('m710a/sendApi', 'M710::sendApi'); // 전송요청 api 저장
});