mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Update status code.
This commit is contained in:
parent
10c9526b49
commit
c9cc0dd2a9
@ -213,7 +213,7 @@ final class ChillWopi implements WopiInterface
|
||||
|
||||
$response = $this->httpClient->sendRequest($this->psr17->createRequest('PUT', $object->url)->withBody($request->getBody()));
|
||||
|
||||
if (200 !== $response->getStatusCode())
|
||||
if (201 !== $response->getStatusCode())
|
||||
{
|
||||
return $this
|
||||
->psr17
|
||||
|
Loading…
x
Reference in New Issue
Block a user