MicroFish/backend/app/api
Nyk 21f3e2b53f fix: remove traceback exposure from API responses
- Remove traceback.format_exc() from all jsonify error responses
- Log tracebacks server-side with logger.exception() instead
- Prevents leaking internal stack traces to API consumers
2026-03-17 21:25:08 +07:00
..
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
graph.py fix: remove traceback exposure from API responses 2026-03-17 21:25:08 +07:00
report.py fix: remove traceback exposure from API responses 2026-03-17 21:25:08 +07:00
simulation.py fix: remove traceback exposure from API responses 2026-03-17 21:25:08 +07:00