added legal page
This commit is contained in:
parent
62989ee2c9
commit
1eabc1a11e
4 changed files with 22 additions and 3 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue