mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
chore: update cert generation
This commit is contained in:
parent
6fe7d92fea
commit
5ea83b8827
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue