Make changes to server

pull/10/head
sigonasr2 3 years ago
parent 7f5f409897
commit ba4e2da33f
  1. 6
      server/app.js

@ -1405,9 +1405,9 @@ app.post('/streaminfo/:id',function (req,res){
}) })
var lastscores_JP={} var lastscores_JP={}
const EVENTID=26; const EVENTID=27;
var EVENTSTART=moment('2021-07-25 03:00:00+00'); var EVENTSTART=moment('2021-07-31 03:00:00+00');
var EVENTEND=moment('2021-07-29 11:59:59+00'); var EVENTEND=moment('2021-08-07 11:59:59+00');
var lastscores_EN={} var lastscores_EN={}
const EVENTID_EN=23; const EVENTID_EN=23;

Loading…
Cancel
Save