fromis_9/backend/src
caadiq 2355068c77 feat(admin): X 봇 CRUD API 추가
- POST /api/admin/x-bots/lookup: 프로필 조회
- GET /api/admin/x-bots: 목록 조회
- GET /api/admin/x-bots/🆔 상세 조회
- POST /api/admin/x-bots: 봇 추가
- PUT /api/admin/x-bots/🆔 봇 수정
- DELETE /api/admin/x-bots/🆔 봇 삭제

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 23:48:58 +09:00
..
config feat: YouTube 봇 DB 기반 관리로 마이그레이션 2026-02-07 10:15:07 +09:00
plugins refactor(db): 봇 테이블 이름 통일 및 X 봇 스키마 추가 2026-02-07 19:52:41 +09:00
routes feat(admin): X 봇 CRUD API 추가 2026-02-07 23:48:58 +09:00
schemas refactor: API 응답에서 datetime을 date와 time으로 분리 2026-01-24 10:11:02 +09:00
services feat(x): Nitter 프로필 조회 함수 추가 2026-02-07 20:08:59 +09:00
utils feat: 성능 최적화 (Phase 4) 2026-01-23 22:04:27 +09:00
app.js 타임스탬프 KST 통일 및 Meilisearch 동기화 소요 시간 추가 2026-01-23 22:00:58 +09:00
server.js refactor: Express에서 Fastify로 백엔드 마이그레이션 2026-01-16 21:11:02 +09:00