Rename the path for customer registration. #281

This commit is contained in:
Korina Cordero 2019-11-27 03:27:53 +00:00
parent 16cd59dbfd
commit 2a45de2b31

View file

@ -140,6 +140,6 @@ capi_privacy_policy:
# register customer and customer vehicle
capi_customer_register:
path: /capi/customer
path: /capi/quick_registration
controller: App\Controller\CAPI\CustomerController::register
methods: [POST]