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

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