Skip to content

Commit

Permalink
Added the deployed version link
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviier-dev committed Mar 13, 2024
1 parent 262d577 commit 4286443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Javascript/homepage-form-validations.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function checkFormValidity() {
message: message.value
};

fetch('http://localhost:3000/api/contactme', {
fetch('https://mybrand-olivier-production.up.railway.app/api/contactme', {
method: 'POST',
headers: {
'content-Type' : 'application/json'
Expand Down

0 comments on commit 4286443

Please sign in to comment.