Add the options route to the dev server
This commit is contained in:
parent
a181bb3509
commit
8b21a54ab4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user