Mercurial Hosting > luan
changeset 1781:e647c92a4a12
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 21 Sep 2023 22:57:06 -0600 |
parents | d3ea0380dfb6 |
children | 49236f5ecc32 |
files | src/goodjava/webserver/handlers/ContentTypeHandler.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/goodjava/webserver/handlers/ContentTypeHandler.java Wed Aug 30 14:40:45 2023 -0600 +++ b/src/goodjava/webserver/handlers/ContentTypeHandler.java Thu Sep 21 22:57:06 2023 -0600 @@ -37,6 +37,7 @@ map.put( "docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document" ); map.put( "svg", "image/svg+xml" ); map.put( "ico", "image/x-icon" ); + map.put( "mov", "video/quicktime" ); // add more as need }