This commit is contained in:
thinkphp
2016-02-26 14:25:17 +08:00

View File

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