Skip to content

Commit ab87dff

Browse files
committed
Feedback form worktest
1 parent 7c3c7d3 commit ab87dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/feedbackForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function feedbackForm() {
3838
baseurl += `?entry.${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
3939
});
4040

41-
41+
console.log(baseurl);
4242
const response = await fetch(baseurl, {
4343
method: "POST",
4444
body: JSON.stringify({ data: 1, formData }),

0 commit comments

Comments
 (0)