Skip to content

Commit c13c0a6

Browse files
author
Stanislav Idolov
authored
ENGCOM-2539: Remove duplicate resetPassword Api magento 2.3 #17149
2 parents a9d53d0 + ad38efe commit c13c0a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Customer/etc/webapi.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@
200200
<resource ref="anonymous"/>
201201
</resources>
202202
</route>
203-
<route url="/V1/customers/resetPassword" method="POST">
204-
<service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
205-
<resources>
206-
<resource ref="anonymous"/>
207-
</resources>
208-
</route>
209203
<route url="/V1/customers/:customerId/confirm" method="GET">
210204
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
211205
<resources>

0 commit comments

Comments
 (0)