mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Begin working on administrative server view changes
Also includes tests for the DatabaseCreation service.
This commit is contained in:
@@ -79,8 +79,8 @@ class ServerRepository extends BaseRepository implements ServerRepositoryInterfa
|
||||
array_set($data, $key, $value);
|
||||
}
|
||||
|
||||
// $this->getHttpClient()->request('POST', '/servers', [
|
||||
// 'json' => $data,
|
||||
// ]);
|
||||
return $this->getHttpClient()->request('POST', '/servers', [
|
||||
'json' => $data,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user