Make the watch route generate a full YouTube URL (fixes #402)
This commit is contained in:
parent
7f28275fb0
commit
732baccd63
3 changed files with 23 additions and 4 deletions
|
@ -94,7 +94,7 @@ class App extends \Slim\App
|
|||
|
||||
$this->any(
|
||||
'/watch',
|
||||
[$frontController, 'info']
|
||||
[$frontController, 'watch']
|
||||
);
|
||||
|
||||
$this->any(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue