From af04a08cbafdb225c128ad8cc5a5c3d1f7c72689 Mon Sep 17 00:00:00 2001 From: posimai Date: Wed, 25 Mar 2026 23:22:37 +0900 Subject: [PATCH] fix: migrate API endpoint from Synology to VPS (posimai.soar-enrich.com) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f713046..11535e5 100644 --- a/index.html +++ b/index.html @@ -1170,7 +1170,7 @@ } // ---- データ読み込み (RSS経由) ---- - const API_BASE = 'https://posimai-lab.tail72e846.ts.net/brain/api'; + const API_BASE = 'https://posimai.soar-enrich.com/brain/api'; async function loadEvents(tabFilter = 'all') { currentFilter = tabFilter;