@experteam-mx/ngx-services 20.7.0-dev1.3 → 20.7.0-dev1.5

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.
@@ -4834,7 +4834,7 @@ class ApiShipmentsService {
4834
4834
  * @returns {Observable<ShipmentDocumentsOut>} observable containing the shipment documents
4835
4835
  * */
4836
4836
  getDocuments(id) {
4837
- return this.http.get(`${this.url}/${id}/documents`)
4837
+ return this.http.get(`${this.url}/shipments/${id}/documents`)
4838
4838
  .pipe(map(({ data }) => data));
4839
4839
  }
4840
4840
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: ApiShipmentsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });