calendar range: remove on remote after removal in the database

This commit is contained in:
2022-05-11 15:01:32 +02:00
parent dd13e631ac
commit d150a8251b
8 changed files with 150 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ class MachineHttpClient implements HttpClientInterface
switch ($method) {
case 'GET':
case 'HEAD':
case 'DELETE':
$options['headers']['Accept'] = 'application/json';
break;