Skip to content

Commit

Permalink
added port for contact
Browse files Browse the repository at this point in the history
  • Loading branch information
sirrenberg committed Mar 28, 2024
1 parent 95c8aa8 commit 9861a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function TextControlsExample() {
e.preventDefault();
setButtonText("Sending...");
try{
let response = await fetch("http://localhost:8080/contact", {
let response = await fetch("http://141.144.249.237:8000/contact", {
method: "POST",
headers: {"Content-Type": "application/json;charset=utf-8"},
body: JSON.stringify(formState),
Expand Down

0 comments on commit 9861a51

Please sign in to comment.