Skip to content

Commit

Permalink
fix create server
Browse files Browse the repository at this point in the history
  • Loading branch information
TLingC committed Nov 25, 2020
1 parent 8289288 commit 25fd904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Managers/ServerManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function getByExternalId(int $externalId, array $query = [])
*/
public function create(array $data)
{
return $this->http->post('server', [], $data);
return $this->http->post('servers', [], $data);
}

/**
Expand Down

0 comments on commit 25fd904

Please sign in to comment.