Commit 7f7254ae3b8c5ddcda891f1dacb12f858a15cdbc

Authored by Nattapon Wongpaet
1 parent a1f044d9
Exists in master and in 1 other branch dev

change url

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 };