fix(script): url

This commit is contained in:
Ou 2024-10-19 15:10:56 +08:00
parent 846da75445
commit c249586199

View File

@ -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/api/s/${id}`)
}
}