Remove legal page, add no affiliation text in footer

This commit is contained in:
timvisee 2021-01-09 18:59:45 +01:00
parent 6c3a2e53af
commit 3165086869
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
89 changed files with 13 additions and 370 deletions

View file

@ -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