diff --git a/providers/SNET.js b/providers/SNET.js index 65befdb..9fd150c 100644 --- a/providers/SNET.js +++ b/providers/SNET.js @@ -14,7 +14,7 @@ All sports are provided in a single feed at - https://mobile-statsv2.sportsnet.ca/ticker + https://stats-api.sportsnet.ca/ticker The feed takes one parameter: @@ -109,7 +109,7 @@ module.exports = { // console.log("Get SNET JSON"); var self = this; - var url = "https://mobile-statsv2.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD"); + var url = "https://stats-api.sportsnet.ca/ticker?day=" + this.gameDate.format("YYYY-MM-DD"); axios.get(url) @@ -426,4 +426,4 @@ module.exports = { } -}; \ No newline at end of file +};