mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 00:48:09 +01: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["bmp"] = "image/bmp";
|
||||
mimes["csv"] = "text/csv";
|
||||
mimes["md"] = "text/markdown";
|
||||
|
||||
server.instance();
|
||||
stop();
|
||||
|
Loading…
Reference in New Issue
Block a user