Bug 1937 -Cannot create new descriptors with GUI
[osm/NG-UI.git] / src / app / packages / ns-packages / vnf-composer / VNFComposerComponent.ts
index 7c3c247..55c5070 100644 (file)
@@ -176,7 +176,7 @@ export class VNFComposerComponent {
     this.identifier = this.activatedRoute.snapshot.paramMap.get('id');
     this.generateData();
     this.headers = new HttpHeaders({
-      'Content-Type': 'application/zip',
+      'Content-Type': 'application/gzip',
       Accept: 'application/json',
       'Cache-Control': 'no-cache, no-store, must-revalidate, max-age=0'
     });