- Shipped
- April 12, 2026 at 4:12 AM UTC
- Author
- kamo
- Commit
- 027a128
Upload routes now call ConversionService directly via CONVERSION_SERVICE_URL: - POST /api/imaging/upload → /api/conversion/imaging/upload - POST /api/imaging/templates/upload → **************** All other routes now forward through APIService to DocsService via /api/docs/imaging/: - Download, delete, metadata, list, folders, doc-types, assoc-config, hidden, history/changes, history/downloads, templates/list, templates/{id}/status, templates/{id}/converted-pdf, **************** Routes previously using raw *** cookie fetches now properly use OTK via forwardToApi.