From 80586d14897cb1d3d717b604344774c4d16f3b4a Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 19 Jul 2025 19:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D1=80?= =?UTF-8?q?=D0=BE=D1=83=D1=82=20faq=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.php | 6 ------ 1 file changed, 6 deletions(-) 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]]',