locust-ui 2.41.0 → 2.41.1

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.
Files changed (2) hide show
  1. package/lib/webui.js +1 -1
  2. 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("http://localhost:8000/1/customer/send-feedback", {
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" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locust-ui",
3
- "version": "2.41.0",
3
+ "version": "2.41.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./lib/webui.js",