api 주소 변경

This commit is contained in:
2026-03-20 16:32:51 +09:00
parent 1f445512f7
commit 728b394063

View File

@@ -477,7 +477,7 @@ class NaverApiClient
]
*/
public function syncSiteSlot($syncData){
$url = $this->baseUrl . "/kiso/center/site-verification/slots";
$url = $this->baseUrl . "/kiso/center/verification-site/slots";
return $this->request('POST', $url, $syncData);
}