Skip to content

Commit

Permalink
Merge pull request #440 from nramc/389-feature-explorer-about-gzip-co…
Browse files Browse the repository at this point in the history
…mpression-to-reduce-response-data-size

feat: gzip compression enabled for responses over 2kb size
  • Loading branch information
nramc authored Dec 27, 2024
2 parents e057bb5 + 494c033 commit 216b0ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ service:
secure: true
root-directory: journey/journey-dev

server:
compression:
enabled: true
mime-types: application/json,application/geo+json,text/html

0 comments on commit 216b0ca

Please sign in to comment.