@hivegpt/hiveai-angular 0.0.602 → 0.0.603
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/esm2020/lib/components/chat-drawer/chat-drawer.component.mjs +2 -2
- package/fesm2015/hivegpt-hiveai-angular.mjs +1 -1
- package/fesm2015/hivegpt-hiveai-angular.mjs.map +1 -1
- package/fesm2020/hivegpt-hiveai-angular.mjs +1 -1
- package/fesm2020/hivegpt-hiveai-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4311,7 +4311,7 @@ class ChatDrawerComponent {
|
|
|
4311
4311
|
return;
|
|
4312
4312
|
}
|
|
4313
4313
|
this.disconnectAskWebSocket();
|
|
4314
|
-
const askNewUrl = `${this.environment.BASE_URL}/ask-new`;
|
|
4314
|
+
const askNewUrl = `${this.environment.BASE_URL}/ai/ask-new`;
|
|
4315
4315
|
const connectBody = {
|
|
4316
4316
|
bot_id: this.botId,
|
|
4317
4317
|
conversation_id: conversationId,
|