mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Add the options route to the dev server
This commit is contained in:
committed by
Danny Coates
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);
|
||||
|
||||
Reference in New Issue
Block a user