mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
renamed auth route
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user