Skip to content

Commit

Permalink
[GEOS-11142] Add mime type mapping for yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
sikeoka authored and jodygarnett committed Oct 10, 2023
1 parent 716d389 commit a15fe11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/web/app/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
<extension>json</extension>
<mime-type>application/json</mime-type>
</mime-mapping>
<mime-mapping>
<extension>yaml</extension>
<mime-type>text/plain</mime-type>
</mime-mapping>

<welcome-file-list>
<welcome-file>index.html</welcome-file>
Expand Down

0 comments on commit a15fe11

Please sign in to comment.