Skip to content

Commit 27385f0

Browse files
committed
Added backed with mongoDB
1 parent 7e2829b commit 27385f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Official_Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>Feedback</h2>
131131
rating: document.querySelector('input[name="rating"]:checked').value
132132
};
133133
console.log(formData);
134-
fetch('http://127.0.0.1:3000/feedback', {
134+
fetch('https://helpops-hub.vercel.app/feedback', {
135135
method: 'POST',
136136
headers: {
137137
'Content-Type': 'application/json'

0 commit comments

Comments
 (0)