@veloceapps/api 8.0.0-129 → 8.0.0-130

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.
@@ -846,7 +846,7 @@ class DocumentTemplatesApiService {
846
846
  this.http = http;
847
847
  this.DOCGEN_TAG = 'docgen';
848
848
  this.SERVICE_URL = '/templates';
849
- this.DOC_GEN_URL_FALLBACK = 'https://dev-dp1.velocpq.com/docgen';
849
+ this.DOC_GEN_URL_FALLBACK = `${window.VELO_API}/docgen`;
850
850
  this.mapSfQueryResult = (limit) => map((records) => {
851
851
  if (!records.length) {
852
852
  return { _result: 'No Records Found' };