fix: update API URL to api.soar-enrich.com
This commit is contained in:
parent
af04a08cba
commit
25c37e4211
|
|
@ -1170,7 +1170,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---- データ読み込み (RSS経由) ----
|
// ---- データ読み込み (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') {
|
async function loadEvents(tabFilter = 'all') {
|
||||||
currentFilter = tabFilter;
|
currentFilter = tabFilter;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue