Allow old game IDs to be parsed

This commit is contained in:
teooko 2024-08-11 20:58:59 +03:00
parent 25dd405136
commit 41db1b2ccc

View File

@ -16,6 +16,7 @@ export default async function gamedigProxyHandler(req, res) {
host: url.hostname, host: url.hostname,
port: url.port, port: url.port,
givenPortOnly: true, givenPortOnly: true,
checkOldIDs: true,
}); });
res.status(200).send({ res.status(200).send({