Commit 7f7254ae3b8c5ddcda891f1dacb12f858a15cdbc
1 parent
a1f044d9
Exists in
master
and in
1 other branch
change url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ais-structure/src/modules/customer/customer.route.js
@@ -6,7 +6,7 @@ module.exports = function (app) { | @@ -6,7 +6,7 @@ module.exports = function (app) { | ||
6 | customerCtrl.customer | 6 | customerCtrl.customer |
7 | ); | 7 | ); |
8 | 8 | ||
9 | - app.post('/cmf/v2/customer/customerId.json', | 9 | + app.post('/cmf/v2/customer.json', |
10 | postCustomerCtrl.postCustomer | 10 | postCustomerCtrl.postCustomer |
11 | ); | 11 | ); |
12 | }; | 12 | }; |