refreshApi:GWM
This commit is contained in:
parent
c4051f3c9a
commit
d9729b4e9c
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user