fix: fix /watch route
This commit is contained in:
parent
2747f8ceac
commit
3e9a934f87
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $app->any('/video', [$frontController, 'info']);
|
|||
|
||||
$app->any(
|
||||
'/watch',
|
||||
[$frontController, 'video']
|
||||
[$frontController, 'info']
|
||||
);
|
||||
|
||||
$app->any(
|
||||
|
|
Loading…
Reference in a new issue