mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-19 14:40:57 +00:00
wip player identifiers stuff
This commit is contained in:
@@ -14,5 +14,6 @@ pub async fn authentication_request<R: DeserializeOwned>(
|
||||
.json(&map)
|
||||
.send()
|
||||
.await?;
|
||||
// panic!("json: {:?}", resp.text().await);
|
||||
Ok(resp.json().await?)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user