mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix press-kit.zip routing
This commit is contained in:
parent
269fc50ad7
commit
7a212ba1d4
2 changed files with 9 additions and 10 deletions
|
@ -90,8 +90,6 @@ class Controller
|
|||
$router->get('/quickstart/{step}?', 'DeveloperActions::executeQuickstart');
|
||||
$router->get('/quickstart/github/callback', 'DeveloperActions::executeQuickstartGithubCallback');
|
||||
|
||||
$router->get(['/press-kit.zip', 'press-kit'], 'ContentActions::executePressKit');
|
||||
|
||||
$router->post('/postcommit', 'OpsActions::executePostCommit');
|
||||
$router->post('/log-upload', 'OpsActions::executeLogUpload');
|
||||
$router->get(static::CACHE_CLEAR_PATH, 'OpsActions::executeClearCache');
|
||||
|
@ -99,7 +97,7 @@ class Controller
|
|||
$router->any('/list/subscribe', 'MailActions::executeSubscribe');
|
||||
$router->any('/list/subscribed', 'MailActions::executeSubscribed');
|
||||
$router->get('/list/unsubscribe/{email}', 'MailActions::executeUnsubscribe');
|
||||
$router->any('/list/edit/{token}','MailActions::editEmailSettings');
|
||||
$router->any('/list/edit/{token}', 'MailActions::editEmailSettings');
|
||||
|
||||
$router->any('/dmca', 'ReportActions::executeDmca');
|
||||
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
/news/www.maidsafe.com: /news
|
||||
/news/www.porcfest.com: /news/lbry-at-porcfest-first-public-screening-film-via-blockchain
|
||||
/nothing-here: /news
|
||||
/press-kit.zip: /press-kit
|
||||
/participate: /faq/contributing
|
||||
/publish: /youtube
|
||||
/quickstart: https://lbry.tech/playground
|
||||
|
|
Loading…
Add table
Reference in a new issue