UNPKG

jive-sdk

Version:

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

8 lines 160 B
exports.absolute = { 'verb' : 'get', 'jiveLocked' : true, 'path' : '/locked', 'route' : function(req, res) { res.end('locked'); } };