Merge pull request #252 from lbryio/meta-tags-for-vanity-urls
removed line causing serve on show route
This commit is contained in:
commit
5e66ed6db2
1 changed files with 0 additions and 3 deletions
|
@ -227,9 +227,6 @@ module.exports = (app) => {
|
|||
logger.debug('file extension =', fileExtension);
|
||||
} else {
|
||||
method = SHOW;
|
||||
if (headers['accept'] && !headers['accept'].split(',').includes('text/html')) {
|
||||
method = SERVE;
|
||||
}
|
||||
}
|
||||
logger.debug('claim name = ', name);
|
||||
logger.debug('method =', method);
|
||||
|
|
Loading…
Reference in a new issue