enabled accounts on Edge

This commit is contained in:
Danny Coates 2019-02-25 11:44:44 -08:00
parent c6cc5f4ac4
commit cccc1a5383
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
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'));