diff --git a/config/routes/capi.yaml b/config/routes/capi.yaml index 04fe01d0..ee3c8668 100644 --- a/config/routes/capi.yaml +++ b/config/routes/capi.yaml @@ -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]