24
1
Fork 0

Add the options route to the dev server

This commit is contained in:
Donovan Preston 2018-09-24 16:41:50 -04:00 committed by Danny Coates
parent a181bb3509
commit 8b21a54ab4
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ module.exports = function(app, devServer) {
app.get(`/download/:id${ID_REGEX}`, android);
app.get('/completed', android);
app.get('/preferences', android);
app.get('/options', android);
app.get('/api/fxa/oauth', android);
}
routes(app);