/** * Return content for embedding * @type {import('express').RequestParamHandler} */ export const instance = async (req, res) => { res.json({ 'domain': 'juick.com', 'title': 'Microblogging service', 'description': 'Juick', 'version': '2.x', 'contact': { 'email': 'support@juick.com' } }) }