itlab-internal-services 2.15.1 → 2.15.2
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/dist/modules/comment/comment.service.js +1 -1
- package/dist/modules/content/content.service.js +1 -1
- package/dist/modules/mail/mail.service.js +1 -1
- package/dist/modules/notification/notification.service.js +1 -1
- package/dist/modules/pass/pass.service.js +1 -1
- package/dist/modules/search/search.service.js +1 -1
- package/package.json +1 -1
|
@@ -61,7 +61,7 @@ let CommentService = CommentService_1 = class CommentService {
|
|
|
61
61
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
62
62
|
// Construct base URL conditionally based on environment.
|
|
63
63
|
const baseUrl = isProduction
|
|
64
|
-
? 'http://organisation-hub-comments-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
64
|
+
? 'http://organisation-hub-comments-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
65
65
|
: 'https://services.svi-itlab.com/comments/internal/';
|
|
66
66
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
67
67
|
this.axiosInstance = (0, create_internal_axios_client_function_1.createInternalAxiosClient)({
|
|
@@ -50,7 +50,7 @@ let ContentService = ContentService_1 = class ContentService {
|
|
|
50
50
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
51
51
|
// Construct base URL conditionally based on environment.
|
|
52
52
|
const baseUrl = isProduction
|
|
53
|
-
? 'http://organisation-hub-content-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
53
|
+
? 'http://organisation-hub-content-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
54
54
|
: 'https://services.svi-itlab.com/content/internal/';
|
|
55
55
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
56
56
|
this.axiosInstance = (0, create_internal_axios_client_function_1.createInternalAxiosClient)({
|
|
@@ -60,7 +60,7 @@ let MailService = MailService_1 = class MailService {
|
|
|
60
60
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
61
61
|
// Construct base URL conditionally based on environment.
|
|
62
62
|
const baseUrl = isProduction
|
|
63
|
-
? 'http://organisation-hub-email-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
63
|
+
? 'http://organisation-hub-email-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
64
64
|
: 'https://services.svi-itlab.com/email/internal/';
|
|
65
65
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
66
66
|
this.axiosInstance = (0, create_internal_axios_client_function_1.createInternalAxiosClient)({
|
|
@@ -42,7 +42,7 @@ let NotificationService = NotificationService_1 = class NotificationService {
|
|
|
42
42
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
43
43
|
// Construct base URL conditionally based on environment.
|
|
44
44
|
const baseUrl = isProduction
|
|
45
|
-
? 'http://organisation-hub-notifications-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
45
|
+
? 'http://organisation-hub-notifications-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
46
46
|
: 'https://services.svi-itlab.com/notifications/internal/';
|
|
47
47
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
48
48
|
this.axiosInstance = (0, functions_1.createInternalAxiosClient)({
|
|
@@ -52,7 +52,7 @@ let PassService = PassService_1 = class PassService {
|
|
|
52
52
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
53
53
|
// Construct base URL conditionally based on environment.
|
|
54
54
|
const baseUrl = isProduction
|
|
55
|
-
? 'http://organisation-hub-pass-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
55
|
+
? 'http://organisation-hub-pass-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
56
56
|
: 'https://services.svi-itlab.com/pass/internal/';
|
|
57
57
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
58
58
|
this.axiosInstance = (0, create_internal_axios_client_function_1.createInternalAxiosClient)({
|
|
@@ -51,7 +51,7 @@ let SearchService = SearchService_1 = class SearchService {
|
|
|
51
51
|
const isProduction = this.configService.get('NODE_ENV') === 'production';
|
|
52
52
|
// Construct base URL conditionally based on environment.
|
|
53
53
|
const baseUrl = isProduction
|
|
54
|
-
? 'http://organisation-hub-search-service.organisation-hub-services.svc.cluster.local:3000/internal'
|
|
54
|
+
? 'http://organisation-hub-search-service.organisation-hub-services.svc.cluster.local:3000/internal/'
|
|
55
55
|
: 'https://services.svi-itlab.com/search/internal/';
|
|
56
56
|
// Initialize axios instance with k8s token and appropriate URL.
|
|
57
57
|
this.axiosInstance = (0, create_internal_axios_client_function_1.createInternalAxiosClient)({
|