This commit is contained in:
thinkphp
2016-01-14 16:57:51 +08:00
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class Route
'POST' => [],
'PUT' => [],
'DELETE' => [],
'HEAD' => [],
'*' => [],
];