mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Remove legal page, add no affiliation text in footer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user