Merge pull request #262 from lbryio/getrubintest

Update Controller.class.php
This commit is contained in:
reillysmith 2017-11-30 18:08:03 -08:00 committed by GitHub
commit 9bcb76e10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');