Skip to content

Commit 01c235f

Browse files
andrewbaldwin44cyberw
authored andcommitted
Incorrect feedback api
1 parent b5cd2bc commit 01c235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locust/webui/src/components/Layout/Footer/FeedbackForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function FeedbackForm() {
2323
setIsLoading(true);
2424

2525
try {
26-
const response = await fetch('http://localhost:8000/1/customer/send-feedback', {
26+
const response = await fetch('https://api.locust.cloud/1/customer/send-feedback', {
2727
method: 'POST',
2828
body: JSON.stringify(inputData),
2929
headers: { 'Content-Type': 'application/json' },

0 commit comments

Comments
 (0)