UNPKG

agens-viewer

Version:

Simple AgensGraph web UI client that easy to run and use

11 lines (8 loc) 226 B
const { API_RESPONSE_CODES } = require('../../contants'); const getConfigHandler = (config) => async (req, res) => { res.json({ config, status: API_RESPONSE_CODES.ERROR, }); }; module.exports = getConfigHandler;