UNPKG

inspirobot-slack

Version:
9 lines (7 loc) 194 B
const get = async ({ response }) => { response.statusCode = 308; response.setHeader('Location', 'https://github.com/lorenzocestaro/inspirobot-slack'); }; module.exports = { get, };