Skip to content

Commit dfd2dbc

Browse files
author
Roger
committed
update code
1 parent ea853af commit dfd2dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Controller/Rest/SynchronousRequestProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class SynchronousRequestProcessor implements RequestProcessorInterface
2222
{
23-
private const PROCESSOR_PATH = "/^\\/V\\d+/";
23+
public const PROCESSOR_PATH = "/^\\/V\\d+/";
2424

2525
/**
2626
* @var RestResponse

0 commit comments

Comments
 (0)