blob: 85c624f494f73b217757e1d8d571c8487bc060e4 [file] [log] [blame]
function main(params) {
request({
url: params.broker + "/invoke",
json: true,
body: params
});
}