mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: remove endpoint selector
This commit is contained in:
@@ -19,9 +19,9 @@ class Executor
|
||||
public const METHOD_CONNECT = 'CONNECT';
|
||||
public const METHOD_TRACE = 'TRACE';
|
||||
|
||||
private bool $selfSigned = false;
|
||||
protected bool $selfSigned = false;
|
||||
|
||||
private string $endpoint;
|
||||
protected string $endpoint;
|
||||
protected array $headers;
|
||||
|
||||
public function __construct()
|
||||
|
||||
Reference in New Issue
Block a user