public folder, update wrapper
This commit is contained in:
parent
58170665ed
commit
db3799c344
24 changed files with 101 additions and 88 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/** @var \Bramus\Router\Router $router */
|
||||
use App\Helpers\Misc;
|
||||
use App\Models\BaseTemplate;
|
||||
use App\Models\HomeTemplate;
|
||||
|
|
@ -14,6 +15,7 @@ $router->get('/about', function () {
|
|||
});
|
||||
|
||||
$router->get('/stream', 'ProxyController@stream');
|
||||
$router->get('/download', 'ProxyController@download');
|
||||
$router->get('/redirect', 'RedirectController@redirect');
|
||||
|
||||
$router->mount('/trending', function () use ($router) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue