mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +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(`/download/:id${ID_REGEX}`, android);
|
||||||
app.get('/completed', android);
|
app.get('/completed', android);
|
||||||
app.get('/preferences', android);
|
app.get('/preferences', android);
|
||||||
|
app.get('/options', android);
|
||||||
app.get('/api/fxa/oauth', android);
|
app.get('/api/fxa/oauth', android);
|
||||||
}
|
}
|
||||||
routes(app);
|
routes(app);
|
||||||
|
|||||||
Reference in New Issue
Block a user