adjustableTang api : suseendhiran
This commit is contained in:
parent
f1e710a284
commit
e51eed2ba3
@ -35,7 +35,7 @@ const policyHelper = require('../services/policy.helper');
|
||||
{
|
||||
try
|
||||
{
|
||||
AdjustableTang.findAll({ where : { id : 1 , is_active : 1}}).then(data =>
|
||||
AdjustableTang.findAll({ where : { is_active : 1}}).then(data =>
|
||||
{
|
||||
res.send({'status':200,'message':"success",'data':data});
|
||||
logMsg.info("Master Data List api call Success");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user