mftsccs-browser 1.1.73-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
|
@@ -4160,12 +4160,10 @@ class BaseUrl {
|
|
|
4160
4160
|
return this.NODE_URL + '/api/v1/access-tracker/list-concepts-file';
|
|
4161
4161
|
}
|
|
4162
4162
|
static GetSuggestedConnections() {
|
|
4163
|
-
|
|
4164
|
-
return this.NODE_URL + '/access-tracker/list-connections-file';
|
|
4163
|
+
return this.NODE_URL + '/api/v1/access-tracker/list-connections-file';
|
|
4165
4164
|
}
|
|
4166
4165
|
static PostLogger() {
|
|
4167
|
-
return this.NODE_URL + '/logger/logs';
|
|
4168
|
-
// return this.NODE_URL + '/api/v1/logger/logs'
|
|
4166
|
+
return this.NODE_URL + '/api/v1/logger/logs';
|
|
4169
4167
|
}
|
|
4170
4168
|
static GetAllPrefetchConnectionsUrl() {
|
|
4171
4169
|
return this.BASE_URL + '/api/get_all_connections_of_user?inpage=500';
|