fix: update API URL to api.soar-enrich.com
This commit is contained in:
parent
eeaa812aa7
commit
dfa18c5c60
|
|
@ -798,7 +798,7 @@ const ENABLED_KEY = 'posimai-veil-enabled';
|
||||||
const CUSTOM_KEY = 'posimai-veil-custom';
|
const CUSTOM_KEY = 'posimai-veil-custom';
|
||||||
const API_KEY_KEY = 'posimai_api_key';
|
const API_KEY_KEY = 'posimai_api_key';
|
||||||
const COLOR_MODE_KEY = 'posimai-veil-color-mode';
|
const COLOR_MODE_KEY = 'posimai-veil-color-mode';
|
||||||
const API_BASE = 'https://posimai.soar-enrich.com/brain/api';
|
const API_BASE = 'https://api.soar-enrich.com/brain/api';
|
||||||
|
|
||||||
// ── カテゴリカラー(ダーク / ライト) ──────────────────────
|
// ── カテゴリカラー(ダーク / ライト) ──────────────────────
|
||||||
const CAT_COLORS = {
|
const CAT_COLORS = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue