mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
enabled accounts on Edge
This commit is contained in:
@@ -70,6 +70,7 @@ module.exports = function(app) {
|
||||
app.use(bodyParser.json());
|
||||
app.use(bodyParser.text());
|
||||
app.get('/', language, pages.index);
|
||||
app.get('/error', language, pages.blank);
|
||||
app.get('/oauth', language, pages.blank);
|
||||
app.get('/legal', language, pages.legal);
|
||||
app.get('/app.webmanifest', language, require('./webmanifest'));
|
||||
|
||||
Reference in New Issue
Block a user