fix: migrate API endpoint from Synology to VPS (posimai.soar-enrich.com)

This commit is contained in:
posimai 2026-03-25 23:22:37 +09:00
parent 9d27fac630
commit af04a08cba
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@
} }
// ---- データ読み込み (RSS経由) ---- // ---- データ読み込み (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') { async function loadEvents(tabFilter = 'all') {
currentFilter = tabFilter; currentFilter = tabFilter;