renamed auth route

This commit is contained in:
Danny Coates 2018-09-26 12:22:04 -07:00
parent 88db2c1cf4
commit a997a44a23
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 3 additions and 3 deletions

View file

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