diff --git a/scripts/wholehog.coffee b/scripts/wholehog.coffee index a2948c1..cfb7c69 100644 --- a/scripts/wholehog.coffee +++ b/scripts/wholehog.coffee @@ -1,3 +1,4 @@ module.exports = (robot) -> robot.router.get '/wholehog', (req, res) -> robot.messageRoom "226_gallery_testing@conf.hipchat.com", "https://tparnell.blob.core.windows.net/hubot/hqdefault.jpg" + res.send 'OK'