From c2495861998ea9eb75489aa40418008b5103d8c5 Mon Sep 17 00:00:00 2001 From: Ou Date: Sat, 19 Oct 2024 15:10:56 +0800 Subject: [PATCH] fix(script): url --- scripts/refresh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/refresh.ts b/scripts/refresh.ts index f710370..aa27aab 100644 --- a/scripts/refresh.ts +++ b/scripts/refresh.ts @@ -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}`) } }