refreshApi:GWM

This commit is contained in:
sriramv 2022-02-04 11:09:33 +05:30
parent c4051f3c9a
commit d9729b4e9c

View File

@ -672,7 +672,7 @@ exports.refreshApi = (req, res) => {
financials_data_api_response.then(function(result){
if(result == false)
{
res.status(500).send({'status':500,message: "Failed" ,'data': "No data for this cin number from probe42" });
res.status(404).send({'status':404,message: "Failed" ,'data': "No data for this cin number from probe42" });
}
else
{