Update contact.js

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2024-04-26 16:14:49 +05:30 committed by GitHub
parent eea19d3beb
commit 695acca74c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function Contact() {
}
function submitForm(evt) {
evt.preventDefault();
axios.post("/contactme/postQuery", input);
axios.post("/api/contact", input);
setIsSubmitted(true);
}
return (