Skip to content

Commit

Permalink
Updated app js
Browse files Browse the repository at this point in the history
- changed endpoint url
  • Loading branch information
thamudi committed May 7, 2021
1 parent f883857 commit 43aed29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* -----------------------------
*/

// const END_POINT = 'http://127.0.0.1:8080/send-mail';
const END_POINT = 'https://express-mailer-thamudi.herokuapp.com/send-mail';
// const END_POINT = 'http://127.0.0.1:8080/mail/send-mail';
const END_POINT = 'https://express-mailer-thamudi.herokuapp.com/mail/send-mail';
const button = document.getElementById('contact-form-submit');

class MailBody {
Expand Down

0 comments on commit 43aed29

Please sign in to comment.