diff --git a/app/Services/Cloudflare/Firewall.php b/app/Services/Cloudflare/Firewall.php index 6c9f4ad..b502da0 100644 --- a/app/Services/Cloudflare/Firewall.php +++ b/app/Services/Cloudflare/Firewall.php @@ -88,7 +88,7 @@ class Firewall extends Cloudflare log_message("notice", "\n-----------Zone {$this->getParentEntity()->getTitle()}의 Firewall 처리 시작-----------"); $entitys = []; try { - $response = $this->getMySocket()->get("zones/{$this->getParentEntity()->getPK()}//rulesets/phases/http_request_firewall_custom/entrypoint"); + $response = $this->getMySocket()->get("zones/{$this->getParentEntity()->getPK()}/rulesets/phases/http_request_firewall_custom/entrypoint"); $body = json_decode($response->getBody()); foreach ($body->result->rules as $rule) { if (!is_object(value: $rule) || get_class($rule) !== 'stdClass') {