fix: update API URL to api.soar-enrich.com

This commit is contained in:
posimai 2026-03-26 23:05:07 +09:00
parent 3052045b0a
commit 7eba92f44b
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@
// ============================================================
const FEED_API = 'https://posimai-feed.vercel.app/api/feed';
const API_BASE = 'https://posimai.soar-enrich.com/brain/api';
const API_BASE = 'https://api.soar-enrich.com/brain/api';
const TTS_API = API_BASE + '/tts';
const DAYS_JP = ['日','月','火','水','木','金','土'];