UNPKG

agens-viewer

Version:

Simple AgensGraph web UI client that easy to run and use

6 lines (4 loc) 114 B
const getHomeHandler = (config) => async (req, res) => { res.send(config); }; module.exports = getHomeHandler;