Remove legal page, add no affiliation text in footer
This commit is contained in:
parent
6c3a2e53af
commit
3165086869
89 changed files with 13 additions and 370 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue