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 d4846ed commit 86d6a4aCopy full SHA for 86d6a4a
docs/.vuepress/components/Feedback.vue
@@ -210,7 +210,7 @@ const submitFeedback = async () => {
210
211
let response, result
212
try {
213
- response = await fetch('http://localhost:3000/api/feedback', {
+ response = await fetch('http://119.28.130.183:3000/api/feedback', {
214
method: 'POST',
215
body: formData,
216
headers: {
0 commit comments