Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
krushndayshmookh authored Oct 26, 2022
1 parent ada2565 commit c8ab8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ document.addEventListener('DOMContentLoaded', function () {
message: this.contactInfo.message,
}

fetch('https://rootkings-mail-service.herokuapp.com/api/mail', {
fetch('https://mails.rootkings.dev/api/mail', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit c8ab8cc

Please sign in to comment.