@tilde-nlp/ngx-translate 9.1.59 → 9.1.60

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.
@@ -5215,6 +5215,7 @@ class TldTranslateConfigService {
5215
5215
  this._termConfig.isCollectionsActivated = termConfig?.isCollectionsActivated;
5216
5216
  this._termConfig.terminologyPortalUrl = termConfig?.terminologyPortalUrl ?? 'https://term.tilde.com';
5217
5217
  this._termConfig.systemListUrl = termConfig?.systemListUrl ?? 'https://translate.tilde.ai/api/engine';
5218
+ this._termConfig.apiUrl = termConfig?.apiUrl ?? `${core?.apiBaseUrl ?? 'https://translate.tilde.ai/api'}/terminology`;
5218
5219
  // seperated because following urls have method names added
5219
5220
  this._textConfig.updateTranslationUrl = text?.updateTranslationUrl;
5220
5221
  this._coreConfig.apiBaseUrl = core?.apiBaseUrl ?? 'https://translate.tilde.ai/api';