From 3e9a934f8769d54eca995221433566af0d1efc8a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 19 Oct 2019 22:06:30 +0200 Subject: [PATCH] fix: fix /watch route --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3da84a0..62f5435 100644 --- a/index.php +++ b/index.php @@ -59,7 +59,7 @@ $app->any('/video', [$frontController, 'info']); $app->any( '/watch', - [$frontController, 'video'] + [$frontController, 'info'] ); $app->any(