fix(script): url
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { delay } from "../shared/utils"
|
||||
async function main() {
|
||||
for (const id of Object.keys(sources)) {
|
||||
await delay(100)
|
||||
fetch(`https://newsnow.busiyi/api/s/${id}`)
|
||||
fetch(`https://newsnow.busiyi.world/api/s/${id}`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user