Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 19e7614

Browse files
author
Parth Shah
committed
adding a coupel of media types for zip
1 parent 3be0311 commit 19e7614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/services/helpers.service.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ import _ from 'lodash'
308308

309309
var mimeTypesByExtension = {
310310
zip: [
311+
'application/x-download',
312+
'application/download',
311313
'application/zip',
312314
'application/x-zip',
313315
'application/x-zip-compressed',

0 commit comments

Comments
 (0)