From a15fe11231afa7ab47c50345f7971cbb5253ba22 Mon Sep 17 00:00:00 2001 From: Steve Ikeoka Date: Wed, 4 Oct 2023 09:37:34 -0700 Subject: [PATCH] [GEOS-11142] Add mime type mapping for yaml files --- src/web/app/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/web/app/src/main/webapp/WEB-INF/web.xml b/src/web/app/src/main/webapp/WEB-INF/web.xml index 0d60b03f5e4..874ebc15df0 100644 --- a/src/web/app/src/main/webapp/WEB-INF/web.xml +++ b/src/web/app/src/main/webapp/WEB-INF/web.xml @@ -290,6 +290,10 @@ json application/json + + yaml + text/plain + index.html