mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add lbry deck link
This commit is contained in:
parent
72ba65552f
commit
c03dd921e2
1 changed files with 5 additions and 3 deletions
|
@ -47,6 +47,8 @@ class Controller
|
|||
return OpsActions::executePostCommit();
|
||||
case '/list-subscribe':
|
||||
return MailActions::executeListSubscribe();
|
||||
case '/LBRY-deck.pdf':
|
||||
return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307);
|
||||
case '/dl/lbry_setup.sh':
|
||||
return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307);
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue