enabled accounts on Edge
This commit is contained in:
parent
c6cc5f4ac4
commit
cccc1a5383
4 changed files with 16 additions and 2 deletions
|
@ -70,6 +70,7 @@ module.exports = function(app) {
|
|||
app.use(bodyParser.json());
|
||||
app.use(bodyParser.text());
|
||||
app.get('/', language, pages.index);
|
||||
app.get('/error', language, pages.blank);
|
||||
app.get('/oauth', language, pages.blank);
|
||||
app.get('/legal', language, pages.legal);
|
||||
app.get('/app.webmanifest', language, require('./webmanifest'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue