diff --git a/config/route.php b/config/route.php index f648d3b4e..a95382f27 100644 --- a/config/route.php +++ b/config/route.php @@ -9,13 +9,4 @@ // | Author: liu21st // +---------------------------------------------------------------------- -return [ - '__pattern__' => [ - 'name' => '\w+', - ], - '[hello]' => [ - ':id' => ['index/hello', ['method' => 'get'], ['id' => '\d+']], - ':name' => ['index/hello', ['method' => 'post']], - ], - -]; +return [];