mftsccs-browser 1.1.72-beta → 1.1.74-beta
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/main.bundle.js
CHANGED
|
@@ -4154,20 +4154,16 @@ class BaseUrl {
|
|
|
4154
4154
|
// return this.AI_URL + '/api/get_ranked_type_id?inpage=300' || process.env.AI_URL || 'https://ai.freeschema.com/api/get_ranked_type_id?inpage=300';
|
|
4155
4155
|
}
|
|
4156
4156
|
static PostPrefetchConceptConnections() {
|
|
4157
|
-
|
|
4158
|
-
return this.NODE_URL + '/access-tracker/sync-access-tracker';
|
|
4157
|
+
return this.NODE_URL + '/api/v1/access-tracker/sync-access-tracker';
|
|
4159
4158
|
}
|
|
4160
4159
|
static GetSuggestedConcepts() {
|
|
4161
|
-
|
|
4162
|
-
return this.NODE_URL + '/access-tracker/list-concepts-file';
|
|
4160
|
+
return this.NODE_URL + '/api/v1/access-tracker/list-concepts-file';
|
|
4163
4161
|
}
|
|
4164
4162
|
static GetSuggestedConnections() {
|
|
4165
|
-
|
|
4166
|
-
return this.NODE_URL + '/access-tracker/list-connections-file';
|
|
4163
|
+
return this.NODE_URL + '/api/v1/access-tracker/list-connections-file';
|
|
4167
4164
|
}
|
|
4168
4165
|
static PostLogger() {
|
|
4169
|
-
return this.NODE_URL + '/logger/logs';
|
|
4170
|
-
// return this.NODE_URL + '/api/v1/logger/logs'
|
|
4166
|
+
return this.NODE_URL + '/api/v1/logger/logs';
|
|
4171
4167
|
}
|
|
4172
4168
|
static GetAllPrefetchConnectionsUrl() {
|
|
4173
4169
|
return this.BASE_URL + '/api/get_all_connections_of_user?inpage=500';
|