This repository was archived by the owner on May 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 2929 */
3030class Rest implements \Magento \Framework \App \FrontControllerInterface
3131{
32- /** Path for accessing REST API schema */
33- const SCHEMA_PATH = '/schema ' ;
34-
3532 /**
3633 * @var Router
3734 * @deprecated 100.1.0
Original file line number Diff line number Diff line change 1717 */
1818class SynchronousRequestProcessor implements RequestProcessorInterface
1919{
20- const SYNC_PATH = "/V1/ " ;
21-
2220 /**
2321 * @var RestResponse
2422 */
Original file line number Diff line number Diff line change 7575 <type name =" Magento\Webapi\Controller\Rest\RequestProcessorPool" >
7676 <arguments >
7777 <argument name =" requestProcessors" xsi : type =" array" >
78- <item name =" scheme " xsi : type =" string" >Magento\Webapi\Controller\Rest\SchemaRequestProcessor</item >
79- <item name =" V1" xsi : type =" string" >Magento\Webapi\Controller\Rest\SynchronousRequestProcessor</item >
78+ <item name =" schema " xsi : type =" string" >Magento\Webapi\Controller\Rest\SchemaRequestProcessor</item >
79+ <item name =" V1" xsi : type =" string" >Magento\Webapi\Controller\Rest\SynchronousRequestProcessor</item >
8080 </argument >
8181 </arguments >
8282 </type >
You can’t perform that action at this time.
0 commit comments