locust-ui 2.40.6-next-17999515910 → 2.41.1-next-18001139749
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/webui.js +1 -1
- package/package.json +1 -1
package/lib/webui.js
CHANGED
|
@@ -5283,7 +5283,7 @@ function IA() {
|
|
|
5283
5283
|
const [e, t] = ke(!1), [r, n] = ke(!1), [i, a] = ke(), [o, s] = ke(), u = async (l) => {
|
|
5284
5284
|
n(!0);
|
|
5285
5285
|
try {
|
|
5286
|
-
(await fetch("
|
|
5286
|
+
(await fetch("https://api.locust.cloud/1/customer/send-feedback", {
|
|
5287
5287
|
method: "POST",
|
|
5288
5288
|
body: JSON.stringify(l),
|
|
5289
5289
|
headers: { "Content-Type": "application/json" }
|