UNPKG

resilient-server

Version:

Dummy HTTP server for register discovery services according to the Resilient discovery protocol

8 lines (5 loc) 137 B
var validator = require('../validator') module.exports = allServers function allServers(req, res) { res.json(200, res.store.all()) }