UNPKG

jive-sdk

Version:

Node.js SDK for Jive Software to assist with the development of add-ons

11 lines (9 loc) 285 B
var jive = require("jive-sdk"); exports.configure = { 'verb' : 'get', 'path' : '/{{{TILE_NAME_BASE}}}/configure', 'route': function(req, res){ var conf = jive.service.options; res.render('configuration.html', { host: jive.service.serviceURL() }); } };