fix: wrong definition content type
This commit is contained in:
parent
1fa5c8a15e
commit
d2701fc79c
|
@ -105,7 +105,7 @@ class SoapWebServiceController implements ContainerAwareInterface
|
|||
['webservice' => $webservice],
|
||||
UrlGeneratorInterface::ABSOLUTE_URL
|
||||
)
|
||||
));
|
||||
), 200, ['Content-Type' => 'application/xml']);
|
||||
|
||||
/** @var Request $request */
|
||||
$request = $this->container->get('request_stack')->getCurrentRequest();
|
||||
|
|
Loading…
Reference in New Issue