restyle #9

Merged
anthony merged 7 commits from restyle into master 2025-07-19 16:22:22 +03:00
Showing only changes of commit 80586d1489 - Show all commits

View File

@@ -35,12 +35,6 @@ return [
'handler' => [WebController::class, 'home'], 'handler' => [WebController::class, 'home'],
'name' => 'home', 'name' => 'home',
], ],
[
'method' => 'GET',
'path' => '/faq',
'handler' => [WebController::class, 'faq'],
'name' => 'faq',
],
[ [
'method' => 'GET', 'method' => 'GET',
'path' => '/{code:[0-9a-zA-Z]+}[.m3u[8]]', 'path' => '/{code:[0-9a-zA-Z]+}[.m3u[8]]',