mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
Remove legal page, add no affiliation text in footer
This commit is contained in:
@@ -49,11 +49,6 @@ module.exports = {
|
||||
);
|
||||
},
|
||||
|
||||
legal: async function(req, res) {
|
||||
const appState = await state(req);
|
||||
res.send(stripEvents(routes().toString('/legal', appState)));
|
||||
},
|
||||
|
||||
notfound: async function(req, res) {
|
||||
const appState = await state(req);
|
||||
res
|
||||
|
||||
Reference in New Issue
Block a user