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 b5cd2bc commit 01c235fCopy full SHA for 01c235f
locust/webui/src/components/Layout/Footer/FeedbackForm.tsx
@@ -23,7 +23,7 @@ export default function FeedbackForm() {
23
setIsLoading(true);
24
25
try {
26
- const response = await fetch('http://localhost:8000/1/customer/send-feedback', {
+ const response = await fetch('https://api.locust.cloud/1/customer/send-feedback', {
27
method: 'POST',
28
body: JSON.stringify(inputData),
29
headers: { 'Content-Type': 'application/json' },
0 commit comments