clear
This commit is contained in:
parent
4a7c1a9f3f
commit
f2cf877b95
@ -38,6 +38,7 @@ const getSteamIdFromPlayerName = async (playerName) => {
|
|||||||
try {
|
try {
|
||||||
const response = await axios({
|
const response = await axios({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
|
maxBodyLength: Infinity,
|
||||||
url: 'http://play.louismazin.ovh:8212/v1/api/players',
|
url: 'http://play.louismazin.ovh:8212/v1/api/players',
|
||||||
headers: {
|
headers: {
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user