@beam3_dev/api_module 0.0.242 → 0.0.243

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/dist/wb3Api.js CHANGED
@@ -2408,7 +2408,7 @@ async function bt(e, t, n = void 0, s = void 0) {
2408
2408
  async function Ot(e, t, n, s = void 0, i = void 0) {
2409
2409
  if (e.tenant) {
2410
2410
  const r = e.tenant.toLowerCase();
2411
- fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/${n}?t=${t}`, {
2411
+ fetch(`https://api.uixhome.fr/${r}/iterop/businesstable/one/${n}?t=${t}`, {
2412
2412
  method: "POST"
2413
2413
  }).then((o) => o.json()).then((o) => {
2414
2414
  s && s(o);