UNPKG

joola.io.engine

Version:
22 lines (21 loc) 511 B
/** * joola.io * * Copyright Joola Smart Solutions, Ltd. <info@joo.la> * * Licensed under GNU General Public License 3.0 or later. * Some rights reserved. See LICENSE, AUTHORS. * * @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> */ exports.index = { name: 'config/index', description: 'Default return path for config', inputs: commonInputs, outputExample: {}, permission: ['access_system'], run: function (req, res) { var response = {}; return res.json(response); } };