From 25c37e4211a5fe8e2a6ca882ca1e6f1390db0c61 Mon Sep 17 00:00:00 2001 From: posimai Date: Thu, 26 Mar 2026 23:05:47 +0900 Subject: [PATCH] fix: update API URL to api.soar-enrich.com --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 11535e5..db28ebf 100644 --- a/index.html +++ b/index.html @@ -1170,7 +1170,7 @@ } // ---- データ読み込み (RSS経由) ---- - const API_BASE = 'https://posimai.soar-enrich.com/brain/api'; + const API_BASE = 'https://api.soar-enrich.com/brain/api'; async function loadEvents(tabFilter = 'all') { currentFilter = tabFilter;