commit
3febcfe1ea
4 changed files with 22 additions and 3 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue