From de7e4fa0e947fa6dd78a2bff7ef9dcc6df59dcef Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 31 Aug 2015 20:07:16 +0000 Subject: [PATCH] I really hate coffee scripts --- scripts/cafe.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cafe.coffee b/scripts/cafe.coffee index 65e0b87..41333f2 100644 --- a/scripts/cafe.coffee +++ b/scripts/cafe.coffee @@ -27,7 +27,7 @@ module.exports = (robot) -> # lulz = ['lol', 'rofl', 'lmao'] # robot.respond /cafe menu/i, (resp) -> - robot.http("http://www.hobbsbrook.com/amenities/dining") + robot.http("http://www.hobbsbrook.com/amenities/dining/") .get() (err, res, body) -> # pretend there's error checking code here if res.statusCode isnt 200