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
89 changed files with 13 additions and 370 deletions

View File

@@ -32,7 +32,6 @@ module.exports = function(app, devServer) {
if (process.env.ANDROID) {
// map all html routes to the android index.html
app.get('/', android);
app.get('/legal', android);
app.get(`/share/:id${ID_REGEX}`, android);
app.get('/completed', android);
app.get('/preferences', android);