diff --git a/scripts/refresh.ts b/scripts/refresh.ts index 8e6c21f..a0a04e2 100644 --- a/scripts/refresh.ts +++ b/scripts/refresh.ts @@ -1,5 +1,5 @@ import sources from "../shared/sources.json" Promise.all(Object.keys(sources).map(id => - fetch(`https://newsnow.busiyi.world/api/s?id=${id}`), + fetch(`https://hot.chgr.cc/api/s?id=${id}`), )).catch(console.error)