Fixed trending, added explanation on VERIFY_CODE
This commit is contained in:
parent
1e1376506c
commit
f1de8e979b
6 changed files with 65 additions and 9 deletions
|
|
@ -14,6 +14,11 @@ $router->get('/about', function () {
|
|||
$latte->render(Misc::getView('about'), new BaseTemplate('About'));
|
||||
});
|
||||
|
||||
$router->get('/verify', function () {
|
||||
$latte = Misc::latte();
|
||||
$latte->render(Misc::getView('verify'), new BaseTemplate('Verify'));
|
||||
});
|
||||
|
||||
$router->get('/stream', 'ProxyController@stream');
|
||||
$router->get('/download', 'ProxyController@download');
|
||||
$router->get('/redirect', 'RedirectController@redirect');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue