There was an error while loading. Please reload this page.
2 parents 765645e + 4739e99 commit a0a6fd3Copy full SHA for a0a6fd3
src/ngx-restangular-helper.ts
@@ -14,6 +14,7 @@ export class RestangularHelper {
14
search: requestQueryParams,
15
url: options.url,
16
body: options.data,
17
+ responseType: options.responseType,
18
withCredentials
19
});
20
0 commit comments