Plugin POST route 404...But logic is executed...HUH?

Can you replace all your custom code inside the fetch controller with:
ctx.send({message: 'ok'});

Does it still return 404?