3 lines
99 B
CoffeeScript
3 lines
99 B
CoffeeScript
module.exports = (robot) ->
|
|
robot.router.get '/livecheck', (req, res) ->
|
|
res.send 'ok' |