@idsoftsource/initial-process 2.4.0 → 2.4.1

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.
@@ -6975,7 +6975,7 @@ class ProfessionService {
6975
6975
  http = inject(HttpClient);
6976
6976
  baseUrl = 'Profession';
6977
6977
  getProfessions(query = {}) {
6978
- return this.http.get(this.baseUrl, {
6978
+ return this.http.get(this.baseUrl + '/GetProfession', {
6979
6979
  params: this.buildParams(query),
6980
6980
  });
6981
6981
  }