diff --git a/src/requests_handling/Mime.cpp b/src/requests_handling/Mime.cpp index ed39904..c1ba354 100644 --- a/src/requests_handling/Mime.cpp +++ b/src/requests_handling/Mime.cpp @@ -6,7 +6,7 @@ /* By: mmoussou http::Mime::initMimeTypes() { types["sh"] = "application/x-sh"; types["svg"] = "image/svg+xml"; types["tar"] = "application/x-tar"; - types["tif,"] = "image/tiff"; + types["tif"] = "image/tiff"; types["ts"] = "video/mp2t"; types["ttf"] = "font/ttf"; types["txt"] = "text/plain"; diff --git a/src/server/Server.cpp b/src/server/Server.cpp index 892970c..8df5c19 100644 --- a/src/server/Server.cpp +++ b/src/server/Server.cpp @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/11 16:11:40 by adjoly #+# #+# */ -/* Updated: 2025/04/29 14:26:19 by adjoly ### ########.fr */ +/* Updated: 2025/04/29 14:27:42 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */