Commit Graph

2 Commits

Author SHA1 Message Date
dsyoon
63dcae8bdb fix: use relative API paths for /stt reverse proxy
/stt 하위 경로에서 동작하도록 fetch 경로를 절대경로(/api, /healthz)에서
상대경로(api, healthz)로 변경합니다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 19:26:23 +09:00
dsyoon
42feb4a0fa feat: add web STT app with admin CRUD
FastAPI 기반 업로드/전사(job) API와 취소/진행률 UI를 추가하고,
PostgreSQL(ncue_stt) 저장 및 웹 관리(조회/수정/삭제) 화면을 포함합니다.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 18:31:30 +09:00