Mobile-friendly
This commit is contained in:
parent
7ddf6f7738
commit
89d9ad2f9c
11 changed files with 60 additions and 33 deletions
|
|
@ -53,7 +53,8 @@ $router->get('/manifest', function () {
|
|||
|
||||
$router->get('/stream', 'ProxyController@stream');
|
||||
$router->get('/download', 'ProxyController@download');
|
||||
$router->get('/redirect', 'RedirectController@redirect');
|
||||
$router->get('/redirect/search', 'RedirectController@search');
|
||||
$router->get('/redirect/download', 'RedirectController@download');
|
||||
|
||||
$router->mount('/trending', function () use ($router) {
|
||||
$router->get('/', 'TrendingController@get');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue