export default { routes: [ { method: "POST", path: "/messages/:id/react", handler: "message.addReaction", }, ], };