You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.warn('{apiPath}: {id} is not a valid ID!',{apiPath: 'GetBMPByID_v2', id, sourceIP, rawUrl,useragent: req.useragent,rateLimit: req.rateLimit,uuid: uuid,});
log.warn('{apiPath}: BMP ID: {id} is not valide',{apiPath: 'GetBMPByID_v2',id: id, sourceIP, rawUrl,useragent: req.useragent,rateLimit: req.rateLimit,uuid: uuid,});
70
+
res.status(400).send(`BMP ID: ${id} is not valide`);
71
+
return;
72
+
}
73
+
74
+
log.info('{apiPath}: BMP with ID {id} and name {name} successfully delivered',{apiPath: 'GetBMPByID_v2',id: bmp.id,name: bmp.name, sourceIP, rawUrl,useragent: req.useragent,rateLimit: req.rateLimit,uuid: uuid,});
0 commit comments