Update demon routes to use /v1/
This commit is contained in:
parent
15d38ce823
commit
b1834307d5
25 changed files with 55 additions and 67 deletions
|
@ -41,7 +41,7 @@ class ConfigurationRepository extends BaseRepository implements ConfigurationRep
|
|||
],
|
||||
];
|
||||
|
||||
return $this->getHttpClient()->request('PATCH', '/config', [
|
||||
return $this->getHttpClient()->request('PATCH', 'config', [
|
||||
'json' => array_merge($structure, $overrides),
|
||||
]);
|
||||
}
|
||||
|
|
Reference in a new issue