diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/shared/services/httpUtil/http-util.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/shared/services/httpUtil/http-util.service.ts b/src/app/shared/services/httpUtil/http-util.service.ts index 33b3c9e..43e6d4f 100644 --- a/src/app/shared/services/httpUtil/http-util.service.ts +++ b/src/app/shared/services/httpUtil/http-util.service.ts @@ -32,7 +32,7 @@ export class HttpUtilService { private password = require('../../../cdt.application.properties.json').password; constructor(private http: Http) { this.headers = new Headers({ 'Content-Type': 'application/json' }); // ... Set content type to JSON - // this.options = new RequestOptions({headers: this.headers}); // + this.options = new RequestOptions({headers: this.headers}); // } get(req) { |