candle-annotator/src
Marko Djordjevic aace19b7f4 fix: replace error.message with generic "Internal server error" in all API catch blocks
Prevents leaking internal error details to clients across 7 route files:
health, candles, annotations, annotations/[id], upload, export, span-annotations/export.
Server-side console.error logging preserved for debugging.

Closes task 4.6.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 11:16:02 +01:00
..
app fix: replace error.message with generic "Internal server error" in all API catch blocks 2026-02-18 11:16:02 +01:00
components feat: auto-build training dataset from DB annotations before training 2026-02-18 00:24:39 +01:00
lib fix: replace all SQLite references with PostgreSQL in scripts and lazy-init db connection 2026-02-17 23:48:47 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types fix(frontend): update ModelInfoResponse types to match backend structure 2026-02-15 21:39:38 +01:00
middleware.ts feat: add API key auth middleware for /api/* routes (task 3.1) 2026-02-18 11:02:51 +01:00