diff --git a/src/requests_handling/Mime.cpp b/src/requests_handling/Mime.cpp index eae298a..e6532a4 100644 --- a/src/requests_handling/Mime.cpp +++ b/src/requests_handling/Mime.cpp @@ -6,7 +6,7 @@ /* By: mmoussou http::Mime::initMimeTypes() { types["3gp"] = "video/3gpp"; types["3g2"] = "video/3gpp2"; types["7z"] = "application/x-7z-compressed"; + types["lock"] = "application/json"; types["nix"] = "text/plain"; return types;