Merge pull request #291 from mozilla/legal

added legal page
This commit is contained in:
Danny Coates 2017-07-25 09:03:11 -07:00 committed by GitHub
commit 3febcfe1ea
4 changed files with 22 additions and 3 deletions

View file

@ -79,6 +79,10 @@ app.get('/unsupported', (req, res) => {
res.render('unsupported');
});
app.get('/legal', (req, res) => {
res.render('legal');
});
app.get('/jsconfig.js', (req, res) => {
res.set('Content-Type', 'application/javascript');
res.render('jsconfig', {