We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e5b29 commit af5ba67Copy full SHA for af5ba67
app/code/Magento/WebapiAsync/Controller/Rest/AsynchronousRequestProcessor.php
@@ -30,8 +30,8 @@
30
*/
31
class AsynchronousRequestProcessor implements RequestProcessorInterface
32
{
33
- private const PROCESSOR_PATH = "/^\\/async(\\/V.+)/";
34
- private const BULK_PROCESSOR_PATH = "/^\\/async\/bulk(\\/V.+)/";
+ public const PROCESSOR_PATH = "/^\\/async(\\/V.+)/";
+ public const BULK_PROCESSOR_PATH = "/^\\/async\/bulk(\\/V.+)/";
35
36
/**
37
* @var \Magento\Framework\Webapi\Rest\Response
0 commit comments