diff --git a/src/service/lockService.js b/src/service/lockService.js index eb0b6b251b8910b964113a0785a630bccd26e42a..c2414d125ec5cad4bf7f6aca8b5544f07bdda9d4 100644 --- a/src/service/lockService.js +++ b/src/service/lockService.js @@ -383,8 +383,7 @@ function checkResourceTypeValidation (req, CBW) { switch (lodash.lowerCase(req.body.request.resourceType)) { case 'content': var httpOptions = { - // url: configUtil.getConfig('SUNBIRD_PORTAL_BASE_URL') + '/api/v1/content/getContentLock', - url: 'http://localhost:5000/v1/content/getContentLock', + url: configUtil.getConfig('SUNBIRD_PORTAL_BASE_URL') + '/api/v1/content/getContentLock', headers: req.headers, method: 'POST', body: req.body,