mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
Update demon routes to use /v1/
This commit is contained in:
@@ -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 New Issue
Block a user