mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update Controller.class.php
This commit is contained in:
parent
0f164fae4f
commit
918a351a78
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