Update Controller.class.php

This commit is contained in:
reillysmith 2017-11-30 18:07:46 -08:00 committed by GitHub
parent 0f164fae4f
commit 918a351a78
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');