From 2630fbb8ff8273d522991a9971124f125fef547d Mon Sep 17 00:00:00 2001
From: ryadav88 <ryadav88@gmail.com>
Date: Mon, 28 Mar 2016 15:27:25 -0700
Subject: [PATCH] thmub-urls

---
 index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index fb246a4..8ed3434 100644
--- a/index.js
+++ b/index.js
@@ -37,9 +37,9 @@ app.post('/post', function(req, res){
         "attachments": [
           {
         "text": "Temperature: " + first_url + "\n" + "Condition: " + weatherC,
-        "image_url": icon_url,
+        "thumb_url": icon_url,
           }
-        ]     
+        ]
       };
 
       res.send(body);
-- 
GitLab