UNPKG

apx-kue

Version:

Kue initializer and job handler for APX API server

8 lines (7 loc) 149 B
'use strict'; exports.name = 'hello' exports.description = 'Just says hi' exports.run = function(apx,req,done){ apx.log.info('HI GUYS') done() }