네이버 매물 정보받기

This commit is contained in:
2025-12-16 16:13:17 +09:00
parent b5c12928eb
commit 843c763afe
4 changed files with 164 additions and 42 deletions

View File

@@ -6,5 +6,5 @@ use CodeIgniter\Router\RouteCollection;
/** @var RouteCollection $routes */
$routes->group('kiso', function(RouteCollection $routes) {
$routes->get('api/vrfcReq', 'KisoController::vrfcReq');
$routes->match(['get', 'post'], 'api/vrfcReq', 'KisoController::vrfcReq');
});