Fix empty request body to wings when decompressing a file
This commit is contained in:
parent
1a6669aa5c
commit
b6e31096f0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class DaemonFileRepository extends DaemonRepository
|
||||||
return $this->getHttpClient()->post(
|
return $this->getHttpClient()->post(
|
||||||
sprintf('/api/servers/%s/files/decompress', $this->server->uuid),
|
sprintf('/api/servers/%s/files/decompress', $this->server->uuid),
|
||||||
[
|
[
|
||||||
'json ' => [
|
'json' => [
|
||||||
'root' => $root ?? '/',
|
'root' => $root ?? '/',
|
||||||
'file' => $file,
|
'file' => $file,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue