parent
c5f3d8d1a1
commit
b8b6180609
2 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,10 @@ $app->any(
|
|||
'/video',
|
||||
[$controller, 'video']
|
||||
)->setName('video');
|
||||
$app->any(
|
||||
'/watch',
|
||||
[$controller, 'video']
|
||||
);
|
||||
$app->get(
|
||||
'/redirect',
|
||||
[$controller, 'redirect']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue