renamed auth route

This commit is contained in:
Danny Coates
2018-09-26 12:22:04 -07:00
parent 88db2c1cf4
commit a997a44a23
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);