MicroFish/backend/app/api
Ubuntu 8efedb55e5 feat(report): add PDF download endpoint via PyMuPDF
Adds ?format=md|pdf query param to GET /api/report/<id>/download.
PDF is generated from Markdown via fitz.Story (PyMuPDF). Also fixes
create_app() to support dict config and skip JWT auth in TESTING mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 00:07:09 +00:00
..
__init__.py chore(i18n): replace all hardcoded Chinese strings with English in backend 2026-04-24 23:40:58 +00:00
auth.py feat(auth): add JWT login screen, production Dockerfile and Azure Container App Bicep 2026-04-24 18:46:39 +00:00
graph.py debug: log GRAPH_BACKEND and key presence at graph build start 2026-04-25 22:18:26 +00:00
report.py feat(report): add PDF download endpoint via PyMuPDF 2026-04-26 00:07:09 +00:00
simulation.py refactor(graph): remove hardcoded ZEP checks, use get_graph_config_errors; add embed/small LLM env docs 2026-04-25 21:10:40 +00:00