This commit is contained in:
Louis Mazin 2025-12-08 22:13:51 +01:00
parent 4a7c1a9f3f
commit f2cf877b95

View File

@ -38,6 +38,7 @@ const getSteamIdFromPlayerName = async (playerName) => {
try {
const response = await axios({
method: 'get',
maxBodyLength: Infinity,
url: 'http://play.louismazin.ovh:8212/v1/api/players',
headers: {
'Accept': 'application/json',