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
|
@ -7,7 +7,6 @@ module.exports = function(app = choo({ hash: true })) {
|
|||
app.route('/download/:id', body(download));
|
||||
app.route('/download/:id/:key', body(download));
|
||||
app.route('/unsupported/:reason', body(require('./ui/unsupported')));
|
||||
app.route('/legal', body(require('./ui/legal')));
|
||||
app.route('/error', body(require('./ui/error')));
|
||||
app.route('/blank', body(require('./ui/blank')));
|
||||
app.route('/oauth', function(state, emit) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue