Files
Galbot/scripts/livecheck.coffee
2017-12-28 20:56:02 -05:00

3 lines
99 B
CoffeeScript

module.exports = (robot) ->
robot.router.get '/livecheck', (req, res) ->
res.send 'ok'