@osovitny/anatoly 2.0.29 → 2.0.31

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.
@@ -579,6 +579,7 @@
579
579
  req = req.clone({ url: newUrl });
580
580
  }
581
581
  req = req.clone({ headers: req.headers.set('Accept', 'application/json') });
582
+ req = req.clone({ headers: req.headers.set('Accept', 'application/text') });
582
583
  this.onRequestStart(loadingRequired);
583
584
  return next.handle(req).pipe(operators.tap(function (event) {
584
585
  if (event instanceof i1.HttpResponse) {