This commit is contained in:
2021-03-23 18:09:15 +08:00
parent 9523b00c7b
commit 35e4d3874b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ use Snowflake\Snowflake;
*/
#[Pure] public function __construct(public string $cmd, public int $port)
{
$this->uri = 'rpc/' . $this->port . '/' . ltrim($this->cmd, '/');
$this->uri = 'rpc/p' . $this->port . '/' . ltrim($this->cmd, '/');
}