Skip to content

Instantly share code, notes, and snippets.

View Yuripetusko's full-sized avatar

Yuri Yuripetusko

View GitHub Profile
const util = require('util');
module.exports = (app, addon) => {
app.get('/', (req, res) => {
res.format({
'text/html': () => {
res.redirect('/atlassian-connect.json');
},
'application/json': () => {
res.redirect('/atlassian-connect.json');