diff src/luan/lib/webserver/handlers/ContentTypeHandler.java @ 1370:ba4fc39423a4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 23 Jun 2019 19:50:55 -0600
parents 643cf1c37723
children
line wrap: on
line diff
--- a/src/luan/lib/webserver/handlers/ContentTypeHandler.java	Wed Jun 19 00:26:10 2019 -0600
+++ b/src/luan/lib/webserver/handlers/ContentTypeHandler.java	Sun Jun 23 19:50:55 2019 -0600
@@ -30,6 +30,7 @@
 		map.put( "html", htmlType );
 		map.put( "txt", textType );
 		map.put( "css", "text/css" );
+		map.put( "mp4", "video/mp4" );
 		// add more as need
 	}