created /unsupported page and added gcmCompliant to /download page
This commit is contained in:
parent
0d5fb1740d
commit
f5bd332ff8
5 changed files with 26 additions and 15 deletions
|
@ -80,6 +80,10 @@ app.get('/', (req, res) => {
|
|||
res.render('index');
|
||||
});
|
||||
|
||||
app.get('/unsupported', (req, res) => {
|
||||
res.render('unsupported');
|
||||
});
|
||||
|
||||
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