Skip to content

Commit b90cb19

Browse files
author
Medivh
committed
fix: update VPS fallback to cloudflared stable tunnel
1 parent 95eb57a commit b90cb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

news-recommend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h1>📰 新闻推荐</h1>
298298

299299
// 方案 2: 备用 VPS 端点
300300
log("方案1 失败,回退到 VPS 端点...");
301-
const ENDPOINT = "https://fc01a6f5b1d624.lhr.life/receive";
301+
const ENDPOINT = "https://retired-jobs-emacs-jet.trycloudflare.com/receive";
302302

303303
try {
304304
const res = await fetch(ENDPOINT, {

0 commit comments

Comments
 (0)