mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Добавлен запрос /session/profile
This commit is contained in:
@ -28,4 +28,9 @@ class SessionServerRoute extends BasePage {
|
||||
$this->actor->sendGET($this->getUrl(), $params);
|
||||
}
|
||||
|
||||
public function profile($profileUuid) {
|
||||
$this->route = '/minecraft/session/profile/' . $profileUuid;
|
||||
$this->actor->sendGET($this->getUrl());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user