워커 수정
This commit is contained in:
@@ -28,6 +28,8 @@ $routes->group('common', ['namespace' => 'App\Controllers\Common'], function ($r
|
||||
|
||||
|
||||
$routes->post('common/changeUserPass', 'Common::changeUserPass'); // 비밀번호변경
|
||||
$routes->get('getComplexList', 'Common::getComplexList'); // 단지목록조회
|
||||
$routes->get('getPyeongInfo', 'Common::getPyeongInfo'); // 평형정보조회
|
||||
|
||||
});
|
||||
|
||||
@@ -84,6 +86,8 @@ $routes->group('', ['namespace' => 'App\Controllers\Article'], static function (
|
||||
$routes->post('updateImageOrder', 'Receipt::updateImageOrder'); // 이미지 순서 업데이트
|
||||
$routes->get('downloadAllImages', 'Receipt::downloadAllImages'); // 이미지 일괄 다운로드
|
||||
$routes->post('saveImgLocation', 'Receipt::saveImgLocation'); // 촬영위치 저장
|
||||
|
||||
$routes->post('modifyPriceInfo', 'Receipt::modifyPriceInfo'); // 가격정보 수정
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user