parent
19c13c43f6
commit
7fabfcd14d
BIN
exec-simpleserve
BIN
exec-simpleserve
Binary file not shown.
|
|
@ -28,6 +28,7 @@ func SetContentTypeIfMedia(w http.ResponseWriter, r *http.Request) {
|
|||
v = "image/jpeg"
|
||||
case ".md":
|
||||
v = "text/markdown"
|
||||
v = "text/html"
|
||||
case ".gif":
|
||||
v = "image/gif"
|
||||
case ".png":
|
||||
|
|
|
|||
Loading…
Reference in New Issue