We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2829b commit 27385f0Copy full SHA for 27385f0
1 file changed
Official_Website/index.html
@@ -131,7 +131,7 @@ <h2>Feedback</h2>
131
rating: document.querySelector('input[name="rating"]:checked').value
132
};
133
console.log(formData);
134
- fetch('http://127.0.0.1:3000/feedback', {
+ fetch('https://helpops-hub.vercel.app/feedback', {
135
method: 'POST',
136
headers: {
137
'Content-Type': 'application/json'
0 commit comments