|
@@ -41,7 +41,7 @@ |
|
|
block discarded – undo |
|
41
|
41
|
$handler['handler']->setEndpointIdentifier($endpointIdentifier); |
|
42
|
42
|
return $handler; |
|
43
|
43
|
} |
|
44
|
|
- if ($method == 'OPTIONS' && $identifier->getVersion() == $version && $identifier->getPackage() == $package && $identifier->getApiAction() == $apiAction) { |
|
|
44
|
+ if ($method == 'OPTIONS' && $identifier->getVersion() == $version && $identifier->getPackage() == $package && $identifier->getApiAction() == $apiAction) { |
|
45
|
45
|
return [ |
|
46
|
46
|
'endpoint' => new EndpointIdentifier('OPTION', $version, $package, $apiAction), |
|
47
|
47
|
'authorization' => new NoAuthorization(), |
Please login to merge, or discard this patch.