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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue