added legal page

This commit is contained in:
Danny Coates 2017-07-24 10:24:17 -07:00
parent 62989ee2c9
commit 1eabc1a11e
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 22 additions and 3 deletions

View file

@ -80,6 +80,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', {