Rename the path for customer registration. #281
This commit is contained in:
parent
16cd59dbfd
commit
2a45de2b31
1 changed files with 1 additions and 1 deletions
|
|
@ -140,6 +140,6 @@ capi_privacy_policy:
|
||||||
|
|
||||||
# register customer and customer vehicle
|
# register customer and customer vehicle
|
||||||
capi_customer_register:
|
capi_customer_register:
|
||||||
path: /capi/customer
|
path: /capi/quick_registration
|
||||||
controller: App\Controller\CAPI\CustomerController::register
|
controller: App\Controller\CAPI\CustomerController::register
|
||||||
methods: [POST]
|
methods: [POST]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue