diff --git a/config/routes.php b/config/routes.php index 1dc3031..59c3eea 100644 --- a/config/routes.php +++ b/config/routes.php @@ -35,12 +35,6 @@ return [ 'handler' => [WebController::class, 'home'], 'name' => 'home', ], - [ - 'method' => 'GET', - 'path' => '/faq', - 'handler' => [WebController::class, 'faq'], - 'name' => 'faq', - ], [ 'method' => 'GET', 'path' => '/{code:[0-9a-zA-Z]+}[.m3u[8]]',