@tilde-nlp/ngx-common 8.1.78 → 8.1.80
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.
|
@@ -4976,10 +4976,7 @@ class CombinedCollection {
|
|
|
4976
4976
|
|
|
4977
4977
|
class TerminologyCollectionService {
|
|
4978
4978
|
get url() {
|
|
4979
|
-
|
|
4980
|
-
return `${this.config.termConfig.apiUrl}/collection`;
|
|
4981
|
-
}
|
|
4982
|
-
return `${this.config.termConfig.terminologyPortalUrl}/api/termservice/collection`;
|
|
4979
|
+
return `${this.config.termConfig.apiUrl}/collection`;
|
|
4983
4980
|
}
|
|
4984
4981
|
constructor(config, http) {
|
|
4985
4982
|
this.config = config;
|