Skip to content

Commit

Permalink
dont forget deflate as a content encoding option
Browse files Browse the repository at this point in the history
  • Loading branch information
aagm authored and hotzevzl committed Mar 22, 2022
1 parent 0a347e8 commit 6d5ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/libs/tiles/src/base-tiles-api-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export const BaseTilesOpenApi = () =>
Header('Content-Type', 'application/x-protobuf'),
Header('Content-Disposition', 'attachment'),
Header('Access-Control-Allow-Origin', '*'),
Header('Content-Encoding', 'gzip'),
Header('Content-Encoding', 'gzip, deflate'),
],
);

0 comments on commit 6d5ab87

Please sign in to comment.