UNPKG

jive-sdk

Version:

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

7 lines 138 B
exports.relative = { 'verb' : 'get', 'path' : 'relative', 'route' : function(req, res) { res.end('relative'); } };