@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
|
@@ -4301,7 +4301,7 @@ class ChatDrawerComponent {
|
|
|
4301
4301
|
return;
|
|
4302
4302
|
}
|
|
4303
4303
|
this.disconnectAskWebSocket();
|
|
4304
|
-
const askNewUrl = `${this.environment.BASE_URL}/ask-new`;
|
|
4304
|
+
const askNewUrl = `${this.environment.BASE_URL}/ai/ask-new`;
|
|
4305
4305
|
const connectBody = {
|
|
4306
4306
|
bot_id: this.botId,
|
|
4307
4307
|
conversation_id: conversationId,
|