Skip to content

Instantly share code, notes, and snippets.

@mlynch
Created June 10, 2016 17:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlynch/c7e7da1767340d11922505bc14d6281b to your computer and use it in GitHub Desktop.
Save mlynch/c7e7da1767340d11922505bc14d6281b to your computer and use it in GitHub Desktop.
.get('/apple-app-site-association', function(req, res) {
res.header('Content-Type', 'application/pkcs7-mime');
res.render('apple-app-site-association.txt');
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment