mirror of
https://github.com/devfake/flox.git
synced 2024-11-14 22:22:39 +01:00
fix http call (#102)
This commit is contained in:
parent
405a038ee4
commit
345c5ef579
@ -99,7 +99,7 @@
|
||||
*/
|
||||
public function refreshKickstartAll(Client $client)
|
||||
{
|
||||
$response = $client->get(url('/api/refresh-all'));
|
||||
$response = $client->patch(url('/api/refresh-all'));
|
||||
|
||||
return $response->getStatusCode();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user