OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-07 11e27ddf54f5b4e2310591f74e8dd446e65a18ac
src/main/webapp/scripts/components/HostingField/hostingField.service.js
@@ -37,8 +37,14 @@
                    $log.debug("HostingField 삭제 결과 : ", response);
                    return response;
                });
            },
            // 업체/ISP/호스팅 조회
            getPartnerList : function (conditions) {
                return $http.post("company/getPartnerList", conditions).then(function (response) {
                    $log.debug("업체/isp/호스팅 목록 조회 결과 : ", response);
                    return response;
                });
            }
        }
    }