/** * Routes personnalisées de chat-conversation-member. */ export default { routes: [ { method: "GET", path: "/chat-conversation-members/mine", handler: "chat-conversation-member.mine", }, ], };