rmeove champ

This commit is contained in:
karl.hudgell 2020-06-30 15:25:00 +01:00
parent 65ea249fab
commit 4af6f097c5

View File

@ -12,7 +12,7 @@ module.exports = {
var options = { var options = {
method: 'GET', method: 'GET',
url: 'https://football-pro.p.rapidapi.com/api/v2.0/livescores', url: 'https://football-pro.p.rapidapi.com/api/v2.0/livescores',
qs: { tz: 'Europe/London', leagues: '8,9,2,5,23,24', include: 'localTeam,visitorTeam' }, qs: { tz: 'Europe/London', leagues: '8,2,5,23,24', include: 'localTeam,visitorTeam' },
headers: { headers: {
'x-rapidapi-host': 'football-pro.p.rapidapi.com', 'x-rapidapi-host': 'football-pro.p.rapidapi.com',
'x-rapidapi-key': process.env.RAPIDAPI_API_KEY, 'x-rapidapi-key': process.env.RAPIDAPI_API_KEY,