mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +00:00
Merge pull request #262 from lbryio/getrubintest
Update Controller.class.php
This commit is contained in:
commit
9bcb76e10c
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class Controller
|
|||
$router->get(['/', 'home'], 'ContentActions::executeHome');
|
||||
|
||||
$router->get(['/get', 'get'], 'DownloadActions::executeGet');
|
||||
$router->get(['/getrubin', 'getrubin'], 'DownloadActions::executeGet');
|
||||
$router->get(['/windows', 'get-windows'], 'DownloadActions::executeGet');
|
||||
$router->get(['/linux', 'get-linux'], 'DownloadActions::executeGet');
|
||||
$router->get(['/osx', 'get-osx'], 'DownloadActions::executeGet');
|
||||
|
|
Loading…
Add table
Reference in a new issue