@hivegpt/hiveai-angular 0.0.215 → 0.0.216
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/bundles/hivegpt-hiveai-angular.umd.js +2 -2
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/environments/environment.js +3 -3
- package/fesm2015/hivegpt-hiveai-angular.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/package.json +1 -1
|
@@ -505,14 +505,14 @@
|
|
|
505
505
|
|
|
506
506
|
var prod_environment = {
|
|
507
507
|
USERS_API: 'https://es-user.social27.com/api',
|
|
508
|
-
BASE_URL: '
|
|
508
|
+
BASE_URL: 'http://127.0.0.1:8001',
|
|
509
509
|
AGENTS_API: 'https://hive-ai.social27.com/api',
|
|
510
510
|
API_KEY: 'b621eb3f-0bd2-41d5-a48c-a8f8ab7d38f8',
|
|
511
511
|
SocketUrl: 'https://notif-v2-ws.social27.com/'
|
|
512
512
|
};
|
|
513
513
|
var dev_environment = {
|
|
514
514
|
USERS_API: 'https://pre-user.social27.com/api',
|
|
515
|
-
BASE_URL: '
|
|
515
|
+
BASE_URL: 'http://127.0.0.1:8001',
|
|
516
516
|
AGENTS_API: 'https://hive-ai.social27.com/api',
|
|
517
517
|
API_KEY: 'b621eb3f-0bd2-41d5-a48c-a8f8ab7d38f8',
|
|
518
518
|
SocketUrl: 'https://notif-v2-ws.social27.com/'
|