for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
// CONDITION: when decison made on how to
// monitor upstream/downstream system availability influence
// TODO: implement the endpoint to show dependant systems
// EXAMPLE: here REDIS, MONGODB dependencies need to be specified
/**
*
*/
export default async function (req, res) {
res.status(200).send('OK');
}