From 7f7254ae3b8c5ddcda891f1dacb12f858a15cdbc Mon Sep 17 00:00:00 2001 From: Nattapon Wongpaet Date: Mon, 20 Aug 2018 14:26:29 +0700 Subject: [PATCH] change url --- ais-structure/src/modules/customer/customer.route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ais-structure/src/modules/customer/customer.route.js b/ais-structure/src/modules/customer/customer.route.js index 28ef46c..0624229 100644 --- a/ais-structure/src/modules/customer/customer.route.js +++ b/ais-structure/src/modules/customer/customer.route.js @@ -6,7 +6,7 @@ module.exports = function (app) { customerCtrl.customer ); - app.post('/cmf/v2/customer/customerId.json', + app.post('/cmf/v2/customer.json', postCustomerCtrl.postCustomer ); }; -- libgit2 0.21.2