mftsccs-browser 2.1.2-beta → 2.1.3-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,12 +4154,10 @@ 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
4163
|
// return this.NODE_URL + '/api/v1/access-tracker/list-connections-file'
|