renamed auth route
This commit is contained in:
parent
88db2c1cf4
commit
a997a44a23
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,7 @@ module.exports = function(app, devServer) {
|
|||
app.get('/completed', android);
|
||||
app.get('/preferences', android);
|
||||
app.get('/options', android);
|
||||
app.get('/api/fxa/oauth', android);
|
||||
app.get('/oauth', android);
|
||||
}
|
||||
routes(app);
|
||||
tests(app);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue