Merge branch 'feature/template'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user