Skip to content

Commit

Permalink
Update contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanraj2 committed Jan 22, 2025
1 parent b57caa7 commit 13e7e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version2/client/src/pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Contact = () => {
// alert("Message sent successfully.");

try{
const response = await fetch(`${process.env.REACT_APP_API_URL}/form/contact`, {
const response = await fetch(`${process.env.REACT_APP_API_URL}/api/form/contact`, {
method: "POST",
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 13e7e7f

Please sign in to comment.