Merge branch 'feature/template'

This commit is contained in:
yangsh
2026-01-02 08:49:43 +09:00
36 changed files with 1355 additions and 140 deletions

View File

@@ -25,6 +25,9 @@ $routes->get('/home/getHomeFaxCount', 'Home\Home::getHomeFaxCount'); // 팩스
$routes->group('common', ['namespace' => 'App\Controllers\Common'], function ($routes) {
$routes->get('common/getVrfcCode', 'Common::getVrfcCode');
$routes->post('common/changeUserPass', 'Common::changeUserPass'); // 비밀번호변경
});
/**
@@ -58,6 +61,7 @@ $routes->group('', ['namespace' => 'App\Controllers\V2'], static function ($rout
*/
$routes->group('m701', static function ($routes) {
$routes->get('m701a/lists', 'M701::lists');
$routes->get('m701a/detail/(:num)', 'M701::detail/$1');
/**
* 확인매물현황 - API