111
This commit is contained in:
@@ -496,6 +496,7 @@ class Router extends HttpService implements RouterInterface
|
|||||||
if ($node instanceof Node) {
|
if ($node instanceof Node) {
|
||||||
return $node;
|
return $node;
|
||||||
}
|
}
|
||||||
|
var_dump($request->isMethod('OPTIONS'));
|
||||||
if (!$request->isMethod('OPTIONS')) {
|
if (!$request->isMethod('OPTIONS')) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user