Удалён роут faq (#5)

This commit is contained in:
2025-07-19 19:28:37 +08:00
parent 48d8a00b13
commit 80586d1489

View File

@@ -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]]',