공통데이터 관리 수정

This commit is contained in:
yangsh
2025-12-31 15:11:40 +09:00
parent 38444fcb4f
commit 04a06f1781
36 changed files with 1351 additions and 139 deletions

View File

@@ -25,6 +25,9 @@ $routes->get('/home/getHomeFaxCount', to: '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