@hivegpt/hiveai-angular 0.0.568 → 0.0.569

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.
@@ -1860,7 +1860,7 @@
1860
1860
  return [3 /*break*/, 5];
1861
1861
  case 5:
1862
1862
  baseUrl = apiUrl.replace(/\/$/, '');
1863
- postUrl = baseUrl + "/ai/ask-voice";
1863
+ postUrl = "https://1356-103-210-33-236.ngrok-free.app/ai/ask-voice";
1864
1864
  headers = {
1865
1865
  'Content-Type': 'application/json',
1866
1866
  Authorization: "Bearer " + accessToken,