UNPKG

jive-sdk

Version:

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

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