diff --git a/lib/routes/kaopu/news.ts b/lib/routes/kaopu/news.ts index 6ebd6ba0a..7cc12c9fe 100644 --- a/lib/routes/kaopu/news.ts +++ b/lib/routes/kaopu/news.ts @@ -28,7 +28,7 @@ async function handler(ctx) { const rootUrl = 'https://kaopu.news'; const currentUrl = `${rootUrl}/${language === 'zh-hant' ? 'zh-hant' : 'index'}.html`; // API PATH: https://kaopucdn.azureedge.net/jsondata/news_list_beta_hans_0.json - const apiUrl = `https://kaopucdn.azureedge.net/jsondata/news_list_beta_han${language === 'zh-hant' ? 't' : 's'}_0.json`; + const apiUrl = `https://kaopustorage.blob.core.windows.net/jsondata/news_list_beta_han${language === 'zh-hant' ? 't' : 's'}_0.json`; const response = await got({ method: 'get',