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

This commit is contained in:
posimai 2026-03-25 23:21:53 +09:00
parent 0984a87b77
commit 3052045b0a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vercel

View File

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