From 42758d150c66f3e1d442cb2fdbb117c12b592f83 Mon Sep 17 00:00:00 2001 From: adjoly Date: Tue, 29 Apr 2025 14:41:56 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20fixed?= =?UTF-8?q?=20tif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/requests_handling/Mime.cpp | 4 ++-- src/server/Server.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */ /* */ /* ************************************************************************** */