Skip to content

Commit

Permalink
Merge branch 'patch-2' of https://github.com/pirate/send into pirate-…
Browse files Browse the repository at this point in the history
…patch-2
  • Loading branch information
timvisee committed May 19, 2021
2 parents 21b198f + 1fe74f2 commit 9152d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = function(app = choo({ hash: true })) {
app.route('/unsupported/:reason', body(require('./ui/unsupported')));
app.route('/error', body(require('./ui/error')));
app.route('/blank', body(require('./ui/blank')));
app.route('/robots.txt', function() {return 'User-agent: * Disallow: /'});
app.route('/oauth', function(state, emit) {
emit('authenticate', state.query.code, state.query.state);
});
Expand Down

0 comments on commit 9152d22

Please sign in to comment.