Mobile-friendly

This commit is contained in:
Pablo Ferreiro 2023-01-25 15:00:52 +01:00
parent 7ddf6f7738
commit 89d9ad2f9c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
11 changed files with 60 additions and 33 deletions

View file

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