chore: update cert generation

This commit is contained in:
Christy Jacob 2024-10-18 23:45:42 +00:00
parent 6fe7d92fea
commit 5ea83b8827

View file

@ -234,7 +234,7 @@ class Certificates extends Action
]
]);
if ($response->getStatusCode() !== 200) {
if ($response->getStatusCode() !== 201) {
throw new Exception('Failed to add custom hostname to Cloudflare: ' . $response->getBody());
}
}