diff --git a/master/src/routes/master.js b/master/src/routes/master.js index 1503012..ed5109c 100644 --- a/master/src/routes/master.js +++ b/master/src/routes/master.js @@ -52,7 +52,7 @@ let lastUpdated = 0; const updateEns = async function () { try { - const url = "https://nframe.nl/api/livepeer/getEnsDomains"; + const url = "https://stronk.rocks/api/livepeer/getEnsDomains"; console.log("Getting new ENS data from " + url); https.get(url, (res2) => { @@ -293,4 +293,4 @@ recoverStorage(); -export default masterRouter; \ No newline at end of file +export default masterRouter;