mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-09 05:21:49 +02:00
Add back markdown as a mime type to WebServerSimple as it got deleted accidentally.
This commit is contained in:
parent
8f352b745a
commit
bc21dc55a7
@ -614,6 +614,7 @@ HTTPServerSimple::HTTPServerSimple() {
|
|||||||
mimes["opus"] = "audio/opus";
|
mimes["opus"] = "audio/opus";
|
||||||
mimes["bmp"] = "image/bmp";
|
mimes["bmp"] = "image/bmp";
|
||||||
mimes["csv"] = "text/csv";
|
mimes["csv"] = "text/csv";
|
||||||
|
mimes["md"] = "text/markdown";
|
||||||
|
|
||||||
server.instance();
|
server.instance();
|
||||||
stop();
|
stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user