const post = async () => { return { message: 'Mensaje del post' } } module.exports = post;