Skip to content

Commit

Permalink
fix Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DougEdey authored and DougEdey committed May 3, 2015
1 parent a66fdbc commit a9ab711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified Elsinore.jar
Binary file not shown.
1 change: 1 addition & 0 deletions src/main/java/com/sb/elsinore/BrewServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class BrewServer extends NanoHTTPD {
put("htm", "text/html");
put("html", "text/html");
put("xml", "text/xml");
put("log", "text/plain");
put("txt", "text/plain");
put("asc", "text/plain");
put("gif", "image/gif");
Expand Down

0 comments on commit a9ab711

Please sign in to comment.