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
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', {