Skip to content
Snippets Groups Projects
Commit 86edcca6 authored by ryadav88's avatar ryadav88
Browse files

\n

parent 02026bd6
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ app.post('/post', function(req, res){
var body = {
response_type: "in_channel",
text: "Temperature: " + first_url + \n + "Condition: " + weatherC
text: "Temperature: " + first_url + "\n" + "Condition: " + weatherC
};
res.send(body);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment