UNPKG

chainode

Version:

A private blockchain network based on node.js

7 lines (5 loc) 135 B
'use strict'; // Monitoring server health status module.exports = function(req, res, next) { return res.json({status: 'active'}); }