From 2d98618a4904be531f8a6246deff8e3219e06dbd Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 4 Apr 2018 11:18:57 -0400 Subject: [PATCH] send response --- scripts/wholehog.coffee | 1 + 1 file changed, 1 insertion(+) 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'