Created
June 10, 2016 17:43
-
-
Save mlynch/c7e7da1767340d11922505bc14d6281b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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