enabled accounts on Edge

This commit is contained in:
Danny Coates
2019-02-25 11:44:44 -08:00
parent c6cc5f4ac4
commit cccc1a5383
4 changed files with 16 additions and 2 deletions

View File

@@ -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'));