This commit is contained in:
Sridhar260802 2025-05-17 13:59:07 +05:30
parent 17ba5622d6
commit 5e165d50bd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function FormBuilder() {
const payload = { const payload = {
formData, formData,
}; };
fetch(`http://localhost:3333/api/v1/recordFormData`, { fetch(`https://api.vvet.in/api/v1/recordFormData`, {
method: "POST", method: "POST",
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",