Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyDrapatiy committed Mar 29, 2018
1 parent c57db97 commit 9574f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ app.post("/sendmail", function (req, res) {
from: 'GeekHub FeedBack', // sender address
to: recipient, // list of receivers
subject: 'Hello ✔', // Subject line
text: 'https://localhost:3003/feedback/'+id
text: 'https://rocky-sands-24081.herokuapp.com/feedback/'+id
// html: '<b>Hello world?</b>' // html body
};

Expand Down

0 comments on commit 9574f15

Please sign in to comment.