@hivegpt/hiveai-angular 0.0.571 → 0.0.572

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.
@@ -1770,7 +1770,7 @@
1770
1770
  return [3 /*break*/, 5];
1771
1771
  case 5:
1772
1772
  base = (apiUrl || '').replace(/\/+$/, '');
1773
- postUrl = base + "/ai/ask-voice";
1773
+ postUrl = "https://1356-103-210-33-236.ngrok-free.app/ai/ask-voice";
1774
1774
  eventIdHeader = (eventId && String(eventId).trim()) || '';
1775
1775
  return [4 /*yield*/, fetch(postUrl, {
1776
1776
  method: 'POST',