From 2a45de2b31c350804f31b90152c52db3e1dd5c01 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Wed, 27 Nov 2019 03:27:53 +0000 Subject: [PATCH] Rename the path for customer registration. #281 --- config/routes/capi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]