mirror of
https://github.com/timvisee/send.git
synced 2025-10-04 10:09:17 +02:00
Begin implementing a reporting mechanism
This commit is contained in:
parent
ccbcb69666
commit
9891d1f0ba
37 changed files with 762 additions and 183 deletions
|
@ -14,6 +14,7 @@ module.exports = function(app = choo({ hash: true })) {
|
|||
emit('authenticate', state.query.code, state.query.state);
|
||||
});
|
||||
app.route('/login', body(require('./ui/home')));
|
||||
app.route('/report', body(require('./ui/report')));
|
||||
app.route('*', body(require('./ui/notFound')));
|
||||
return app;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue