mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
The /api/agent-skills/[id]/raw endpoint returns text/markdown (plain string), not a JSON envelope. The client was incorrectly calling res.json() and unpacking a non-existent `body` field, causing all preview panes to show empty content. Switch to res.text() and update the test mock to match.